From a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:53 +0300 Subject: refactor: port to typescript --- frontend/src/App.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index 65e35de..3b732f0 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1,3 +1,20 @@ +main { + overflow: auto; + overflow-x: hidden; + position: relative; + + width: calc(100% - 380px); + height: 100vh; + left: 350px; + + padding-right: 30px; + + font-size: 40px; + font-family: BarlowSemiCondensed-Regular; + color: #cdcfdf; + +} + body { overflow: hidden; background-color: #141520; -- cgit v1.2.3