Add sponsors

This commit is contained in:
Jeremy Thomas
2017-12-04 13:11:09 +00:00
parent e1d4809eeb
commit f97f0d7df9
6 changed files with 56 additions and 0 deletions

View File

@@ -679,6 +679,10 @@ table th {
text-transform: uppercase !important;
}
.is-italic {
font-style: italic !important;
}
.has-text-white {
color: white !important;
}
@@ -13299,4 +13303,26 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
}
.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 */