It is impressive how ugly the grid is, I'll figure out something better later.

This commit is contained in:
bingus_violet 2024-10-17 00:49:42 -05:00
parent 5a45de7f2a
commit a8d0310ce5

View file

@ -31,9 +31,9 @@ body {
} }
.linkContainer { .linkContainer {
display: grid; display: flex;
grid-template-columns: 1fr 1fr 1fr; flex-wrap: wrap;
max-width: 500px; max-width: 385px;
margin: auto; margin: auto;
justify-content: center; justify-content: center;
} }