Change min width slightly to prevent funky linebreaks

This commit is contained in:
Violet 2024-04-16 20:01:54 +00:00 committed by GitHub
parent f44d193dfb
commit a6723522e6

View file

@ -24,7 +24,7 @@
box-shadow: outset rgb(35, 20, 60) 0px 0px 20px; box-shadow: outset rgb(35, 20, 60) 0px 0px 20px;
} }
@media screen and (min-width: 400px) { @media screen and (min-width: 415px) {
.linkContainer { .linkContainer {
display: grid; display: grid;
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;