diff options
Diffstat (limited to '')
| -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 | } |