Skip to content

Commit

Permalink
Add new css for page thank-you
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bogdan committed Oct 3, 2023
1 parent c22cabb commit 37136f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions blocks/image-columns/image-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
row-gap: 30px;
}

@media (min-width: 768px) {
.thank-you .image-columns > div {
flex-direction: row;
}
}


.image-columns img {
width: 100%;
Expand All @@ -44,6 +40,13 @@
padding-top: 48px;
}

@media (min-width: 768px) {
.thank-you .image-columns > div {
flex-direction: row;
}
}


@media (min-width: 992px) {
.thank-you .image-columns > div {
padding-top: 0;
Expand Down

0 comments on commit 37136f2

Please sign in to comment.