Skip to content

Commit

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

}

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

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

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

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

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

0 comments on commit c8bfe15

Please sign in to comment.