Skip to content

Commit

Permalink
Fix grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Mar 21, 2024
1 parent bdd96ca commit 374a7ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/_sass/home/amis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -14,15 +14,14 @@
justify-content: center;
padding: 0.75rem;
max-width: 10.5rem;
height: 3.5rem;
height: 4rem;
vertical-align: top;
}

.bd-ami img {
border-radius: 0.25rem;
height: auto;
max-height: 3rem;
max-width: 6rem;
width: auto;
}

Expand Down
5 changes: 2 additions & 3 deletions docs/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -34438,15 +34438,14 @@ has-background-moon.is-hoverable:active {
justify-content: center;
padding: 0.75rem;
max-width: 10.5rem;
height: 3.5rem;
height: 4rem;
vertical-align: top;
}

.bd-ami img {
border-radius: 0.25rem;
height: auto;
max-height: 3rem;
max-width: 6rem;
width: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/website.min.css

Large diffs are not rendered by default.

0 comments on commit 374a7ca

Please sign in to comment.