diff --git a/client/src/components/LandingPage.css b/client/src/components/LandingPage.css index 864f39a..bdb1266 100644 --- a/client/src/components/LandingPage.css +++ b/client/src/components/LandingPage.css @@ -36,6 +36,13 @@ a { padding-bottom: 80px; } + +@media screen and (max-width: 440px) { + .game-list { + grid-template-columns: 100%; + + } +} .game { cursor: pointer; border: 1px solid rgb(140, 140, 140); diff --git a/client/src/components/LandingPage.tsx b/client/src/components/LandingPage.tsx index 8f45d58..02b100d 100644 --- a/client/src/components/LandingPage.tsx +++ b/client/src/components/LandingPage.tsx @@ -26,8 +26,7 @@ function GithubIcon({url='https://github.com'}) { return