diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-26 08:20:51 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-26 08:20:51 +0200 |
| commit | ddfe5015c9237fbe0fea44f8bcde31708eb3adac (patch) | |
| tree | db7d9812461c0ab0dc39812465f20bc958f9bf67 /frontend/src/App.css | |
| parent | Moved breadcrum navigation into its own component (diff) | |
| download | lphub-css.tar.gz lphub-css.tar.bz2 lphub-css.zip | |
Fixed some inconsistant styles and fixed category queryparam in maplist pagecss
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css index d443222..4c87357 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css | |||
| @@ -37,15 +37,11 @@ h1 { | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | h2 { | 39 | h2 { |
| 40 | font-size: 32px; | 40 | font-size: 42px; |
| 41 | } | ||
| 42 | |||
| 43 | h2 { | ||
| 44 | font-size: 24px; | ||
| 45 | } | 41 | } |
| 46 | 42 | ||
| 47 | h3 { | 43 | h3 { |
| 48 | font-size: 20px; | 44 | font-size: 32px; |
| 49 | } | 45 | } |
| 50 | 46 | ||
| 51 | h4 { | 47 | h4 { |
| @@ -61,7 +57,7 @@ h6 { | |||
| 61 | } | 57 | } |
| 62 | 58 | ||
| 63 | p { | 59 | p { |
| 64 | font-size: 16px; | 60 | font-size: 24px; |
| 65 | } | 61 | } |
| 66 | 62 | ||
| 67 | body { | 63 | body { |
| @@ -70,6 +66,7 @@ body { | |||
| 70 | color: var(--color-white); | 66 | color: var(--color-white); |
| 71 | font-family: var(--font-barlow-semicondensed-regular); | 67 | font-family: var(--font-barlow-semicondensed-regular); |
| 72 | margin: 0; | 68 | margin: 0; |
| 69 | font-size: 22px; | ||
| 73 | } | 70 | } |
| 74 | 71 | ||
| 75 | main { | 72 | main { |