+{% include sponsors.html %}
+
{% include bsa.html %}
<section id="newsletter" class="hero is-primary">
--- /dev/null
+<section class="hero is-light">
+ <div class="hero-body">
+ <div class="container">
+ <div class="columns is-vcentered">
+ <div class="column is-4">
+ <p class="title">Bulma <strong>Sponsors</strong></p>
+ </div>
+
+ <div class="column is-8">
+ <div class="bd-sponsors">
+ <a href="http://bestcss.in/" target="_blank">
+ <img src="{{ site.url }}/images/sponsors/bestcss.png" alt="bestcss logo">
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
--- /dev/null
+.bd-sponsors
+ align-items: center
+ display: flex
+ a
+ align-items: center
+ display: flex
+ justify-content: center
+ width: 150px
@import "./_sass/bootstrap"
@import "./_sass/klmn"
@import "./_sass/patreon"
+@import "./_sass/sponsors"
text-transform: uppercase !important;
}
+.is-italic {
+ font-style: italic !important;
+}
+
.has-text-white {
color: white !important;
}
}
}
+.bd-sponsors {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+}
+
+.bd-sponsors a {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ width: 150px;
+}
+
/*# sourceMappingURL=bulma-docs.css.map */
\ No newline at end of file