mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix spacing
This commit is contained in:
@@ -26,16 +26,22 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.bd-hero-title {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.bd-hero-prints {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.bd-hero.is-docs {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
.bd-hero-title {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.bd-hero.is-docs {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
position: relative;
|
||||
margin: 0 -1rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bd-ami {
|
||||
|
||||
Reference in New Issue
Block a user