Skip to content
Snippets Groups Projects
Commit 77994d31 authored by Chris Lawton's avatar Chris Lawton
Browse files

media box reverse should collapse in to a column on mobile - inherited from basic media box

parent c7a081bf
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,11 @@
}
&--reverse {
flex-direction: row-reverse;
border: 0;
@include media-query(mob-landscape) {
flex-direction: row-reverse;
}
}
&__images {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment