mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix grid
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user