mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Remove grid media query
This commit is contained in:
parent
4ea5535e8c
commit
2fdae4c315
1 changed files with 0 additions and 7 deletions
|
|
@ -42,13 +42,6 @@
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
padding-top: 1.25rem;
|
padding-top: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
|
||||||
align-content: center;
|
|
||||||
display: grid;
|
|
||||||
justify-items: center;
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
/* max-width: 1000px; */
|
/* max-width: 1000px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue