fix themes
Deploy / Deploy (push) Successful in 12s Details

This commit is contained in:
emerson 2025-02-07 10:13:02 -03:00
parent 9b198acaab
commit 4c91cd062f
1 changed files with 3 additions and 2 deletions

View File

@ -172,13 +172,14 @@ h1, h2, h3, h4, h5, h6 {
} }
.home-content .banner{ .home-content .banner{
height: 500px; max-height: 100vh;
min-height: 75vh;
width: 100%; width: 100%;
background: var(--deep-ruby) ; background: var(--deep-ruby) ;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
border-radius: 30px; border-radius: 30px;
background-color: var(--primary-color);
padding: 0 25px; padding: 0 25px;
display: flex; display: flex;