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.css16
1 files changed, 0 insertions, 16 deletions
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 @@
49 --font-barlow-semicondensed-semibold: 'BarlowSemiCondensed-SemiBold'; 49 --font-barlow-semicondensed-semibold: 'BarlowSemiCondensed-SemiBold';
50} 50}
51 51
52main {
53 overflow: auto;
54 overflow-x: hidden;
55 position: relative;
56
57 width: calc(100% - 380px);
58 height: 100vh;
59 left: 350px;
60
61 padding-right: 30px;
62
63 font-size: 40px;
64 font-family: var(--font-barlow-semicondensed-regular);
65 color: var(--color-text);
66
67}
68 52
69a { 53a {
70 color: inherit; 54 color: inherit;