Skip to content

Commit

Permalink
#5784 Changes for the hero block
Browse files Browse the repository at this point in the history
  • Loading branch information
alek-s-andr committed Apr 19, 2024
1 parent 8042687 commit e5f4369
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions blocks/hero/hero.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main .hero-container > div {
max-width: unset;
}

main .hero-container {
padding: 0;
}
Expand All @@ -16,15 +16,17 @@ main .hero-container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
color: white;
color: #FF9800;
text-shadow: 0 0 5px white;
text-align: center;
}

.hero picture {
position: absolute;
z-index: -1;
inset: 0;
object-fit: cover;
box-sizing: border-box;
top: 0;
right: 0;
left: 0;
}

.hero img {
Expand Down

0 comments on commit e5f4369

Please sign in to comment.