Skip to content

Commit

Permalink
hero-padding-removal (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
vradulescu-bd authored May 28, 2024
1 parent 75e3e4e commit 33126fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions solutions/blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,12 +481,6 @@ main .hero .hero-awards li::after {

}

@media (min-width: 1300px) {
main .hero .hero-picture picture img {
padding-left: 20%;
}
}

@media (min-width: 1600px) { /* large desktop */


Expand All @@ -503,11 +497,6 @@ main .hero .hero-awards li::after {
font-size: 56px;
}

main .hero .hero-picture picture img {
display: block;
padding-left: 25%;
}

main .hero .discount-bubble {
width: 83px;
height: 83px;
Expand Down

0 comments on commit 33126fa

Please sign in to comment.