mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix banners layout
This commit is contained in:
@@ -37,6 +37,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-hero-carbon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1400px) {
|
||||||
.bd-hero.is-docs {
|
.bd-hero.is-docs {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|||||||
@@ -34242,6 +34242,12 @@ has-background-moon.is-hoverable:active {
|
|||||||
padding: calc(var(--scale) * 3rem);
|
padding: calc(var(--scale) * 3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-hero-carbon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1400px) {
|
||||||
.bd-hero.is-docs {
|
.bd-hero.is-docs {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@@ -37371,7 +37377,7 @@ div.shine {
|
|||||||
width: auto;
|
width: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
flex-basis: 20rem;
|
flex-basis: 30rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
|
|||||||
2
docs/assets/css/website.min.css
vendored
2
docs/assets/css/website.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -874,7 +874,7 @@ div.shine {
|
|||||||
width: auto;
|
width: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
flex-basis: 20rem;
|
flex-basis: 30rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user