diff options
| author | Nidboj132 <lol2s@vp.plm> | 2023-07-12 17:58:04 +0200 |
|---|---|---|
| committer | Nidboj132 <lol2s@vp.plm> | 2023-07-12 17:58:04 +0200 |
| commit | 26cdd0d363b1e279b14f7c5c3c12bb7d5e6d87d8 (patch) | |
| tree | 548bd55dca7c3b1ae3ef86036b2eef3ec361b455 /frontend/src/components/main.css | |
| parent | login (diff) | |
| download | lphub-26cdd0d363b1e279b14f7c5c3c12bb7d5e6d87d8.tar.gz lphub-26cdd0d363b1e279b14f7c5c3c12bb7d5e6d87d8.tar.bz2 lphub-26cdd0d363b1e279b14f7c5c3c12bb7d5e6d87d8.zip | |
summary
Diffstat (limited to 'frontend/src/components/main.css')
| -rw-r--r-- | frontend/src/components/main.css | 12 |
1 files changed, 9 insertions, 3 deletions
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 @@ | |||
| 1 | |||
| 1 | main { | 2 | main { |
| 2 | overflow: auto; | 3 | overflow: auto; |
| 4 | overflow-x: hidden; | ||
| 3 | position: relative; | 5 | position: relative; |
| 4 | width: calc(100% - 350px); | 6 | |
| 7 | width: calc(100% - 380px); | ||
| 5 | height: 100vh; | 8 | height: 100vh; |
| 6 | left: 350px; | 9 | left: 350px; |
| 7 | /* background-color: red; */ | 10 | |
| 11 | padding-right: 30px; | ||
| 12 | |||
| 8 | font-size: 40px; | 13 | font-size: 40px; |
| 9 | font-family: BarlowSemiCondensed-Regular; | 14 | font-family: BarlowSemiCondensed-Regular; |
| 10 | color: white; | 15 | color: #cdcfdf; |
| 16 | |||
| 11 | } | 17 | } |