From debe015932fb88761b09b06a97968d554f27133d Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Wed, 23 Apr 2025 22:38:04 +1000 Subject: [PATCH] mobile layout of projects page --- pages/projects.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/projects.vue b/pages/projects.vue index 13dcb06..367d35e 100644 --- a/pages/projects.vue +++ b/pages/projects.vue @@ -154,4 +154,17 @@ My main focus was on the online leaderboard and login system, After the game jam .featured-container>div{ width:30%; } + + @media (max-width: 1000px){ + .featured-container{ + flex-direction: column; + margin-left: 0%; + margin-right: 0%; + } + + .featured-container>div{ + width:100%; + } + +} \ No newline at end of file