aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
commitddfe5015c9237fbe0fea44f8bcde31708eb3adac (patch)
treedb7d9812461c0ab0dc39812465f20bc958f9bf67 /frontend/src/App.css
parentMoved breadcrum navigation into its own component (diff)
downloadlphub-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.css11
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
39h2 { 39h2 {
40 font-size: 32px; 40 font-size: 42px;
41}
42
43h2 {
44 font-size: 24px;
45} 41}
46 42
47h3 { 43h3 {
48 font-size: 20px; 44 font-size: 32px;
49} 45}
50 46
51h4 { 47h4 {
@@ -61,7 +57,7 @@ h6 {
61} 57}
62 58
63p { 59p {
64 font-size: 16px; 60 font-size: 24px;
65} 61}
66 62
67body { 63body {
@@ -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
75main { 72main {