diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-29 17:41:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 17:41:06 +0300 |
| commit | c77681af9dd2522364aa6ae93334bffbecaaed9a (patch) | |
| tree | d07df16a0b5f0c85e92449e32e8efad1d17d4952 /frontend/src/components/main.css | |
| parent | doc: update history model (#38) (diff) | |
| parent | ui update (diff) | |
| download | lphub-c77681af9dd2522364aa6ae93334bffbecaaed9a.tar.gz lphub-c77681af9dd2522364aa6ae93334bffbecaaed9a.tar.bz2 lphub-c77681af9dd2522364aa6ae93334bffbecaaed9a.zip | |
Merge pull request #39 from Nidboj132/main
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 | } | ||