mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix tiles
This commit is contained in:
@@ -10402,7 +10402,7 @@ svg {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.bd-typo {
|
||||
.bd-typo:not(:first-child) {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
@@ -10939,6 +10939,11 @@ svg {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.bd-snippet.bd-is-fullwidth {
|
||||
border-radius: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
.bd-snippet.bd-is-vertical {
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user