This commit is contained in:
Jeremy Thomas 2024-03-21 17:43:04 +00:00
parent bdd96cae8c
commit 374a7ca77c
3 changed files with 5 additions and 7 deletions

View File

@ -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;
}

View File

@ -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;
}

File diff suppressed because one or more lines are too long