Skip to content

Commit

Permalink
fix mobile order of images in feature section
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanDBT committed Dec 8, 2023
1 parent 0070b5e commit 6cdc1ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,14 @@ a.btn-callout {

.feature-image {
width: 100%;
order: 2;
align-self: center;
margin: 0 auto;
}

.svg-feature-image {
order: 1;
}

@media screen and (min-width: 768px) {
.feature-content:nth-of-type(even) .svg-feature-image {
order: 1;
Expand Down

0 comments on commit 6cdc1ce

Please sign in to comment.