Skip to content

Commit

Permalink
Changing flex direction of testimonial row component on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Wheeto committed Feb 6, 2025
1 parent 5a3c514 commit ed14b11
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
display: flex;
flex-direction: row;
gap: 30px;
}

@include govuk-media-query($until: tablet) {
flex-direction: column;
}
}

0 comments on commit ed14b11

Please sign in to comment.