mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix spacing
This commit is contained in:
parent
b0fbd0a977
commit
beddf96613
@ -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 {
|
||||
|
@ -34429,6 +34429,8 @@ has-background-moon.is-hoverable:active {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
position: relative;
|
||||
margin: 0 -1rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bd-ami {
|
||||
@ -36302,13 +36304,18 @@ has-background-moon.is-hoverable:active {
|
||||
.bd-hero.is-docs .bd-hr {
|
||||
margin-left: 0;
|
||||
}
|
||||
.bd-hero.is-docs .bd-hero-title {
|
||||
max-width: 80%;
|
||||
}
|
||||
.bd-hero.is-docs .bd-hero-prints {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.bd-hero.is-docs {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.bd-hero.is-docs .bd-hero-title {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1200px) {
|
||||
.bd-hero.is-docs {
|
||||
flex-wrap: nowrap;
|
||||
|
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
Loading…
Reference in New Issue
Block a user