From 26cdd0d363b1e279b14f7c5c3c12bb7d5e6d87d8 Mon Sep 17 00:00:00 2001 From: Nidboj132 Date: Wed, 12 Jul 2023 17:58:04 +0200 Subject: summary --- frontend/src/components/main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'frontend/src/components/main.css') diff --git a/frontend/src/components/main.css b/frontend/src/components/main.css index 990bc41..48e6379 100644 --- a/frontend/src/components/main.css +++ b/frontend/src/components/main.css @@ -1,11 +1,17 @@ + main { overflow: auto; + overflow-x: hidden; position: relative; - width: calc(100% - 350px); + + width: calc(100% - 380px); height: 100vh; left: 350px; - /* background-color: red; */ + + padding-right: 30px; + font-size: 40px; font-family: BarlowSemiCondensed-Regular; - color: white; + color: #cdcfdf; + } -- cgit v1.2.3