From 83d2243c65bf5fce5c75ef3753595d38f4d545d5 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:15:58 +0200 Subject: feat: fixes, styles, partial homepage implementation and maplist header loader (#188) --- frontend/src/components/pages/home.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'frontend/src/components/pages/home.css') 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 @@ .recommended-map-img { width: 250px; - border-radius: 24px; + border-radius: 19px; margin-bottom: 0; - border: 7px solid #2B2E46; + /* border: 7px solid #2B2E46; */ + background-size: cover; + background-position-x: 50%; } .difficulty-bar-home { @@ -78,13 +80,13 @@ display: grid; grid-template-columns: 20% 20% 20% 20% 20%; align-items: center; - margin: 5px; - margin-top: 16px; + margin: 0px; + margin-top: 7px; } .difficulty-point { background: #2B2E46; - height: 3px; + height: 4px; margin: 5px; border-radius: 10px; } -- cgit v1.2.3