redid buttons again (tysm toby)

This commit is contained in:
Ruben 2023-11-15 09:54:00 -06:00
commit cfc8995c35
No known key found for this signature in database
6 changed files with 11 additions and 17 deletions

View file

@ -606,11 +606,15 @@ footer > .dot {
grid-row: 6;
}
.buttons-area > small > a {
font-size: 16px;
}
.buttons-img:first-child {
display: grid;
grid-template-rows: repeat(1, 1fr);
grid-template-columns: repeat(3, 1fr);
margin: 0.6em 19em 1em 19em;
grid-template-columns: repeat(4, 1fr);
margin: 1em 16em 1em 16em;
place-items: center;
}
@ -625,8 +629,8 @@ footer > .dot {
.buttons-img:nth-child(4) {
display: grid;
grid-template-rows: repeat(1, 1fr);
grid-template-columns: repeat(2, 1fr);
margin: 0.2em 22em 0px 22em;
grid-template-columns: repeat(1, 1fr);
margin: 0.2em 24em 0px 24em;
}
.buttons-img > a {
@ -637,11 +641,6 @@ footer > .dot {
margin: 3px;
}
.buttons-area > small {
display: flex;
justify-content: center;
}
.yoshi {
display: flex;
margin-left: auto;