Skip to content

Commit

Permalink
Updated the hero banner component
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Dec 19, 2023
1 parent b91e202 commit 3ec2cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/Typo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ form.hs-form .hs-input[type="checkbox"] {
flex-direction: column;
position: relative;
height: 450px;
background-color: var(--primary-color);
background-color: #ededed;
}

.hero.large > div:nth-child(1) picture > img {
Expand All @@ -1607,7 +1607,8 @@ form.hs-form .hs-input[type="checkbox"] {
bottom: 0;
overflow: hidden;
height: 450px;
width: 100%;
max-width: 980px;
margin: 0 auto;
object-fit: cover;
}

Expand Down

0 comments on commit 3ec2cdf

Please sign in to comment.