diff options
Diffstat (limited to 'frontend/src/css/Rankings.css')
| -rw-r--r-- | frontend/src/css/Rankings.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/frontend/src/css/Rankings.css b/frontend/src/css/Rankings.css index b644ecd..ac1be93 100644 --- a/frontend/src/css/Rankings.css +++ b/frontend/src/css/Rankings.css | |||
| @@ -107,6 +107,38 @@ | |||
| 107 | transform: translateX(10px); | 107 | transform: translateX(10px); |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | @media screen and (min-width: 769px) and (max-width: 1024px) { | ||
| 111 | .nav-container button { | ||
| 112 | font-size: 23px; | ||
| 113 | padding: 9px 0px; | ||
| 114 | } | ||
| 115 | |||
| 116 | .nav-1 div { | ||
| 117 | width: 70%; | ||
| 118 | } | ||
| 119 | |||
| 120 | .nav-2 div { | ||
| 121 | width: 82%; | ||
| 122 | } | ||
| 123 | |||
| 124 | .rankings-leaderboard { | ||
| 125 | font-size: 18px; | ||
| 126 | } | ||
| 127 | |||
| 128 | .ranks-container { | ||
| 129 | width: calc(70% - 20px); | ||
| 130 | } | ||
| 131 | |||
| 132 | .leaderboard-entry { | ||
| 133 | grid-template-columns: 18% 42% 40%; | ||
| 134 | font-size: 16px; | ||
| 135 | } | ||
| 136 | |||
| 137 | .leaderboard-entry img { | ||
| 138 | height: 30px; | ||
| 139 | } | ||
| 140 | } | ||
| 141 | |||
| 110 | @media screen and (max-width: 768px) { | 142 | @media screen and (max-width: 768px) { |
| 111 | 143 | ||
| 112 | .nav-1 div, | 144 | .nav-1 div, |