From 4c91cd062f4226029c362010dc173a6fb63f1932 Mon Sep 17 00:00:00 2001 From: emerson Date: Fri, 7 Feb 2025 10:13:02 -0300 Subject: [PATCH] fix themes --- assets/css/stylesheet.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 92b4872..df6853e 100755 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -172,13 +172,14 @@ h1, h2, h3, h4, h5, h6 { } .home-content .banner{ - height: 500px; + max-height: 100vh; + min-height: 75vh; width: 100%; background: var(--deep-ruby) ; background-size: cover; background-position: center; border-radius: 30px; - + background-color: var(--primary-color); padding: 0 25px; display: flex;