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

adding top padding to media box reverse content on mobile

parent 1f196017
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,12 @@
}
.media-box--reverse & {
padding: 0 20px 0 0;
padding: 20px 0 0;
color: $color--default;
@include media-query(mob-landscape) {
padding: 0 20px 0 0;
}
}
.media-box--reverse:hover & {
......@@ -114,6 +118,7 @@
.media-box--reverse & {
@extend %h5;
display: block;
}
.media-box--reverse:hover & {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment