From 96af1590828bd5b6ada1fb873d3bea5653fe6bcf Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 24 Feb 2024 01:32:43 +0000 Subject: [PATCH] Fixed height change on desktop on hover --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index a8204f8..f0f6705 100644 --- a/css/styles.css +++ b/css/styles.css @@ -228,6 +228,7 @@ h1 { #carousel-container .active { width:100%; + height: 800px; } }