add micro's button

This commit is contained in:
Ruben 2023-11-27 19:07:47 -06:00
commit 1ba0d95342
2 changed files with 3 additions and 2 deletions

View file

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