diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 15:44:50 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 15:44:50 -0500 |
| commit | cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a (patch) | |
| tree | 6e30957cf5119a8ab83dd2c719e907e988619841 /frontend/src/App.css | |
| parent | Switched to tailwind/vite (diff) | |
| download | lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.tar.gz lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.tar.bz2 lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.zip | |
Mobile Design looking decent
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css index a4c058b..464b759 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css | |||
| @@ -49,22 +49,6 @@ | |||
| 49 | --font-barlow-semicondensed-semibold: 'BarlowSemiCondensed-SemiBold'; | 49 | --font-barlow-semicondensed-semibold: 'BarlowSemiCondensed-SemiBold'; |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | main { | ||
| 53 | overflow: auto; | ||
| 54 | overflow-x: hidden; | ||
| 55 | position: relative; | ||
| 56 | |||
| 57 | width: calc(100% - 380px); | ||
| 58 | height: 100vh; | ||
| 59 | left: 350px; | ||
| 60 | |||
| 61 | padding-right: 30px; | ||
| 62 | |||
| 63 | font-size: 40px; | ||
| 64 | font-family: var(--font-barlow-semicondensed-regular); | ||
| 65 | color: var(--color-text); | ||
| 66 | |||
| 67 | } | ||
| 68 | 52 | ||
| 69 | a { | 53 | a { |
| 70 | color: inherit; | 54 | color: inherit; |