Skip to content

Commit

Permalink
Merge pull request #273 from hlxsites/bug/hero-enhancements
Browse files Browse the repository at this point in the history
Updated the hero banner component
  • Loading branch information
pardeepgera23 authored Dec 19, 2023
2 parents b91e202 + 3ec2cdf commit 3c0c5b0
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 3c0c5b0

Please sign in to comment.