From d6ca0ddc6aa76d495fd28f28fe675a079cf72da4 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sat, 19 Oct 2024 18:26:08 +0800 Subject: [PATCH] hero for mobile --- assets/css/hero.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 468dc37..ac8188f 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -71,7 +71,7 @@ .screenshot img { max-width: 80vmin; height: auto; - border-radius: 10px; + border-radius: 15px; border: 4px solid black; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } @@ -122,11 +122,7 @@ .screenshot { width: auto; height: 330px; - background-color: white; - border: 5px solid black; - box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); border-radius: 13px; - overflow: hidden; } .screenshot img {