diff options
Diffstat (limited to 'frontend/src/components/main.css')
| -rw-r--r-- | frontend/src/components/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/src/components/main.css b/frontend/src/components/main.css new file mode 100644 index 0000000..990bc41 --- /dev/null +++ b/frontend/src/components/main.css | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | main { | ||
| 2 | overflow: auto; | ||
| 3 | position: relative; | ||
| 4 | width: calc(100% - 350px); | ||
| 5 | height: 100vh; | ||
| 6 | left: 350px; | ||
| 7 | /* background-color: red; */ | ||
| 8 | font-size: 40px; | ||
| 9 | font-family: BarlowSemiCondensed-Regular; | ||
| 10 | color: white; | ||
| 11 | } | ||