mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix grid
This commit is contained in:
parent
bdd96cae8c
commit
374a7ca77c
@ -3,7 +3,7 @@
|
||||
.bd-amis {
|
||||
background-color: cv.getVar("scheme-main");
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
justify-content: center;
|
||||
padding: 0.75rem;
|
||||
max-width: 10.5rem;
|
||||
height: 3.5rem;
|
||||
height: 4rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
border-radius: 0.25rem;
|
||||
height: auto;
|
||||
max-height: 3rem;
|
||||
max-width: 6rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
@ -34427,7 +34427,7 @@ has-background-moon.is-hoverable:active {
|
||||
.bd-amis {
|
||||
background-color: var(--bulma-scheme-main);
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -34438,7 +34438,7 @@ has-background-moon.is-hoverable:active {
|
||||
justify-content: center;
|
||||
padding: 0.75rem;
|
||||
max-width: 10.5rem;
|
||||
height: 3.5rem;
|
||||
height: 4rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@ -34446,7 +34446,6 @@ has-background-moon.is-hoverable:active {
|
||||
border-radius: 0.25rem;
|
||||
height: auto;
|
||||
max-height: 3rem;
|
||||
max-width: 6rem;
|
||||
width: 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