diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-13 00:15:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 01:15:58 +0300 |
| commit | 83d2243c65bf5fce5c75ef3753595d38f4d545d5 (patch) | |
| tree | 9373c05bbf60c8b63688056dc51feb6823c2e313 /frontend/src/components/pages/home.css | |
| parent | fix: empty country code on new account (#187) (diff) | |
| download | lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.gz lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.bz2 lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.zip | |
feat: fixes, styles, partial homepage implementation and maplist header loader (#188)
Diffstat (limited to 'frontend/src/components/pages/home.css')
| -rw-r--r-- | frontend/src/components/pages/home.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/frontend/src/components/pages/home.css b/frontend/src/components/pages/home.css index 072b12b..e5a8eab 100644 --- a/frontend/src/components/pages/home.css +++ b/frontend/src/components/pages/home.css | |||
| @@ -68,9 +68,11 @@ | |||
| 68 | 68 | ||
| 69 | .recommended-map-img { | 69 | .recommended-map-img { |
| 70 | width: 250px; | 70 | width: 250px; |
| 71 | border-radius: 24px; | 71 | border-radius: 19px; |
| 72 | margin-bottom: 0; | 72 | margin-bottom: 0; |
| 73 | border: 7px solid #2B2E46; | 73 | /* border: 7px solid #2B2E46; */ |
| 74 | background-size: cover; | ||
| 75 | background-position-x: 50%; | ||
| 74 | } | 76 | } |
| 75 | 77 | ||
| 76 | .difficulty-bar-home { | 78 | .difficulty-bar-home { |
| @@ -78,13 +80,13 @@ | |||
| 78 | display: grid; | 80 | display: grid; |
| 79 | grid-template-columns: 20% 20% 20% 20% 20%; | 81 | grid-template-columns: 20% 20% 20% 20% 20%; |
| 80 | align-items: center; | 82 | align-items: center; |
| 81 | margin: 5px; | 83 | margin: 0px; |
| 82 | margin-top: 16px; | 84 | margin-top: 7px; |
| 83 | } | 85 | } |
| 84 | 86 | ||
| 85 | .difficulty-point { | 87 | .difficulty-point { |
| 86 | background: #2B2E46; | 88 | background: #2B2E46; |
| 87 | height: 3px; | 89 | height: 4px; |
| 88 | margin: 5px; | 90 | margin: 5px; |
| 89 | border-radius: 10px; | 91 | border-radius: 10px; |
| 90 | } | 92 | } |