Change min width slightly to prevent funky linebreaks
This commit is contained in:
parent
f44d193dfb
commit
a6723522e6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
box-shadow: outset rgb(35, 20, 60) 0px 0px 20px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 400px) {
|
||||
@media screen and (min-width: 415px) {
|
||||
.linkContainer {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
|
|
Loading…
Reference in a new issue