mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix homepage overflow
This commit is contained in:
parent
bbcab3aec5
commit
85f813a621
@ -19,6 +19,7 @@
|
||||
gap: var(--spacing);
|
||||
align-items: stretch;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
|
||||
.bd-tw {
|
||||
margin-left: auto;
|
||||
@ -109,6 +110,7 @@
|
||||
display: flex;
|
||||
gap: 3rem;
|
||||
justify-content: center;
|
||||
overflow: auto;
|
||||
|
||||
> * {
|
||||
flex-basis: auto;
|
||||
|
@ -35082,6 +35082,7 @@ has-background-moon.is-hoverable:active {
|
||||
gap: var(--spacing);
|
||||
align-items: stretch;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
.bd-home-section .bd-tw {
|
||||
margin-left: auto;
|
||||
@ -35160,6 +35161,7 @@ has-background-moon.is-hoverable:active {
|
||||
display: flex;
|
||||
gap: 3rem;
|
||||
justify-content: center;
|
||||
overflow: auto;
|
||||
}
|
||||
.bd-home-theme-preview > * {
|
||||
flex-basis: auto;
|
||||
|
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