mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add sponsors
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user