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