diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
| commit | b4f1d273a4b1dcee9738b81cee6cae4c35aad610 (patch) | |
| tree | 0ce51999d69d23daa4439457e54161222925efb1 /frontend/src/css/Maplist.css | |
| parent | frontend: maplist chapter param fix (diff) | |
| download | lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.gz lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.bz2 lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.zip | |
frontend: random css stuff
Diffstat (limited to 'frontend/src/css/Maplist.css')
| -rw-r--r-- | frontend/src/css/Maplist.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/css/Maplist.css b/frontend/src/css/Maplist.css index 230ac98..9880a27 100644 --- a/frontend/src/css/Maplist.css +++ b/frontend/src/css/Maplist.css | |||
| @@ -3,7 +3,7 @@ h1 { | |||
| 3 | margin: 0px 0px; | 3 | margin: 0px 0px; |
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | h2 { | 6 | .portal-count { |
| 7 | margin: 20px 0px; | 7 | margin: 20px 0px; |
| 8 | font-family: "BarlowSemiCondensed-SemiBold"; | 8 | font-family: "BarlowSemiCondensed-SemiBold"; |
| 9 | font-size: 96px; | 9 | font-size: 96px; |
| @@ -101,7 +101,7 @@ h3 { | |||
| 101 | 101 | ||
| 102 | .map-entry-image { | 102 | .map-entry-image { |
| 103 | display: flex; | 103 | display: flex; |
| 104 | height: 150px; | 104 | height: 200px; |
| 105 | background-size: cover; | 105 | background-size: cover; |
| 106 | } | 106 | } |
| 107 | 107 | ||