diff options
| author | Nidboj132 <lol2s@vp.plm> | 2023-04-29 13:00:05 +0200 |
|---|---|---|
| committer | Nidboj132 <lol2s@vp.plm> | 2023-04-29 13:00:05 +0200 |
| commit | da7c988469ce2c3e17173f72416808ddb355d224 (patch) | |
| tree | c39842b00587c003b567f76eda9a20a6069d3ab9 /frontend/src/components/main.css | |
| parent | doc: added tags (diff) | |
| download | lphub-da7c988469ce2c3e17173f72416808ddb355d224.tar.gz lphub-da7c988469ce2c3e17173f72416808ddb355d224.tar.bz2 lphub-da7c988469ce2c3e17173f72416808ddb355d224.zip | |
ui update
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 | } | ||