Skip to content

Commit

Permalink
Fix stacked
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLacerdaUX committed Apr 20, 2023
1 parent bcf4ccd commit 3a8f03c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/section-image-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
}

.banner__media-half.animate--fixed:first-child>img {
left: 0;
width: 50%;
}

Expand All @@ -169,6 +168,15 @@
}

@media screen and (max-width: 749px) {
.banner--stacked .animate--fixed:first-child>img {
width: 100%;
}

.banner__media-half.animate--fixed:nth-child(2)>img {
left: 0;
width: 100%;
}

.banner--stacked .banner__media-half {
width: 100%;
}
Expand Down

0 comments on commit 3a8f03c

Please sign in to comment.