aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.css')
-rw-r--r--frontend/src/App.css17
1 files changed, 17 insertions, 0 deletions
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 @@
1main {
2 overflow: auto;
3 overflow-x: hidden;
4 position: relative;
5
6 width: calc(100% - 380px);
7 height: 100vh;
8 left: 350px;
9
10 padding-right: 30px;
11
12 font-size: 40px;
13 font-family: BarlowSemiCondensed-Regular;
14 color: #cdcfdf;
15
16}
17
1body { 18body {
2 overflow: hidden; 19 overflow: hidden;
3 background-color: #141520; 20 background-color: #141520;