diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-26 13:29:53 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 12:29:53 +0300 |
| commit | d2470b157f84844539c34adfaf77548069f47bd0 (patch) | |
| tree | b537237557666d0a18155be1fa5436a04455cdc7 /frontend/src/css/Maplist.css | |
| parent | feat/frontend: center hamburger close button (#284) (diff) | |
| download | lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.gz lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.bz2 lphub-d2470b157f84844539c34adfaf77548069f47bd0.zip | |
feat/frontend: tablet breakpoints (#285)
Diffstat (limited to 'frontend/src/css/Maplist.css')
| -rw-r--r-- | frontend/src/css/Maplist.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/frontend/src/css/Maplist.css b/frontend/src/css/Maplist.css index 65c3a28..612c0a5 100644 --- a/frontend/src/css/Maplist.css +++ b/frontend/src/css/Maplist.css | |||
| @@ -198,6 +198,43 @@ h3 { | |||
| 198 | } | 198 | } |
| 199 | } | 199 | } |
| 200 | 200 | ||
| 201 | @media screen and (min-width: 769px) and (max-width: 1024px) { | ||
| 202 | h1 { | ||
| 203 | font-size: 48px; | ||
| 204 | } | ||
| 205 | |||
| 206 | h3 { | ||
| 207 | font-size: 36px; | ||
| 208 | margin: 0px 8px; | ||
| 209 | } | ||
| 210 | |||
| 211 | .portal-count { | ||
| 212 | font-size: 80px; | ||
| 213 | } | ||
| 214 | |||
| 215 | .blur.map span:nth-child(1) { | ||
| 216 | font-size: 50px; | ||
| 217 | } | ||
| 218 | |||
| 219 | .game-cat-button { | ||
| 220 | font-size: 20px; | ||
| 221 | } | ||
| 222 | |||
| 223 | .maplist { | ||
| 224 | grid-template-columns: repeat(2, 1fr); | ||
| 225 | grid-gap: 18px; | ||
| 226 | margin: 18px 0px; | ||
| 227 | } | ||
| 228 | |||
| 229 | .maplist-entry span { | ||
| 230 | font-size: 18px; | ||
| 231 | } | ||
| 232 | |||
| 233 | .map-entry-image { | ||
| 234 | height: 180px; | ||
| 235 | } | ||
| 236 | } | ||
| 237 | |||
| 201 | @media screen and (max-width: 768px) { | 238 | @media screen and (max-width: 768px) { |
| 202 | h1 { | 239 | h1 { |
| 203 | font-size: 36px; | 240 | font-size: 36px; |