Skip to content

Commit

Permalink
series page ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Nov 25, 2024
1 parent 6aa9fc2 commit d678666
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,18 @@ main .hero.service-support .two-column > div:nth-of-type(2) .button-container {
min-height: unset;
}

.wave-reverse .hero-inner > div {
.wave-reverse .hero-inner > .right-image {
padding-top: 40px;
}

.wave-reverse .hero-inner > .breadcrumbs + .right-image {
padding-top: 0;
}

.wave-reverse .hero-inner .container {
padding-bottom: 120px;
}

.hero.hero-wrapped .container > div {
max-width: 50%;
}
Expand Down

0 comments on commit d678666

Please sign in to comment.