diff options
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 | ||