From 108bf6ee34ca33684cd9c374d6f5ace881d06fe4 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:46:53 +0100 Subject: [PATCH] fix(*): Fix futher issues with mobile width --- src/routes/+layout.svelte | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a2ab9e2..6337b76 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -60,18 +60,6 @@ padding: 0 20px; /* Add some horizontal spacing */ } - @media (max-width: 767px) { - #main-container { - width: 100%; /* Fill the full width of the viewport */ - } - } - - @media (min-width: 768px) { - #main-container { - width: 80%; /* Adjust the width as per your preference */ - } - } - .topbar-container { display: flex; flex-direction: row;