This commit is contained in:
Ruben 2023-11-27 19:09:01 -06:00
commit e14e33a44e

View file

@ -622,7 +622,7 @@ footer > .dot {
.buttons-img:first-child {
display: grid;
grid-template-rows: repeat(1, 1fr);
grid-template-columns: repeat(6, 1fr);
grid-template-columns: repeat(7, 1fr);
margin: 1em 8em 1em 8em;
place-items: center;
}