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/Games.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/Games.css')
| -rw-r--r-- | frontend/src/css/Games.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/frontend/src/css/Games.css b/frontend/src/css/Games.css index 2fe5efa..9b1780c 100644 --- a/frontend/src/css/Games.css +++ b/frontend/src/css/Games.css | |||
| @@ -98,6 +98,47 @@ span>b { | |||
| 98 | font-family: BarlowCondensed-Bold; | 98 | font-family: BarlowCondensed-Bold; |
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | @media screen and (min-width: 769px) and (max-width: 1024px) { | ||
| 102 | .games-page { | ||
| 103 | left: 280px; | ||
| 104 | width: calc(100% - 280px); | ||
| 105 | } | ||
| 106 | |||
| 107 | .games-page-item-content { | ||
| 108 | left: 40px; | ||
| 109 | width: calc(100% - 80px); | ||
| 110 | } | ||
| 111 | |||
| 112 | .games-page-header { | ||
| 113 | margin-top: 40px; | ||
| 114 | margin-left: 40px; | ||
| 115 | } | ||
| 116 | |||
| 117 | span>b { | ||
| 118 | font-size: 48px; | ||
| 119 | } | ||
| 120 | |||
| 121 | .games-page-item { | ||
| 122 | height: 220px; | ||
| 123 | } | ||
| 124 | |||
| 125 | .games-page-item-header { | ||
| 126 | height: 45%; | ||
| 127 | } | ||
| 128 | |||
| 129 | .games-page-item-body-item { | ||
| 130 | height: 90px; | ||
| 131 | } | ||
| 132 | |||
| 133 | .games-page-item-body-item-title { | ||
| 134 | font-size: 22px; | ||
| 135 | } | ||
| 136 | |||
| 137 | .games-page-item-body-item-num { | ||
| 138 | font-size: 44px; | ||
| 139 | } | ||
| 140 | } | ||
| 141 | |||
| 101 | @media screen and (max-width: 768px) { | 142 | @media screen and (max-width: 768px) { |
| 102 | .games-page { | 143 | .games-page { |
| 103 | left: 0; | 144 | left: 0; |