Reducing max width and changing order

This commit is contained in:
Violet 2024-04-16 20:05:12 +00:00 committed by GitHub
parent a6723522e6
commit 338bb7a704
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
.linkContainer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
max-width: 500px;
max-width: 415px;
margin: auto;
}
}