aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-03 00:08:53 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-03 00:08:53 +0300
commita65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 (patch)
treeedf8630e9d6426124dd49854af0cb703ebc5b710 /frontend/src/App.css
parentfix: revert to static homepage (#195) (diff)
downloadlphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.tar.gz
lphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.tar.bz2
lphub-a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98.zip
refactor: port to typescript
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;