Skip to content

Commit

Permalink
Reverse order so image is on top for mobile (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton authored Oct 30, 2023
1 parent c3693d6 commit 598ac73
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/assets/stylesheets/section-intro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@
}
}

}
.govuk-grid-row {
@include govuk-media-query($until: tablet) {
display: flex;
flex-direction: column-reverse;
}
}

}

0 comments on commit 598ac73

Please sign in to comment.