From cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 15:44:50 -0500 Subject: Mobile Design looking decent --- frontend/src/App.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index a4c058b..464b759 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -49,22 +49,6 @@ --font-barlow-semicondensed-semibold: 'BarlowSemiCondensed-SemiBold'; } -main { - overflow: auto; - overflow-x: hidden; - position: relative; - - width: calc(100% - 380px); - height: 100vh; - left: 350px; - - padding-right: 30px; - - font-size: 40px; - font-family: var(--font-barlow-semicondensed-regular); - color: var(--color-text); - -} a { color: inherit; -- cgit v1.2.3