Skip to content
Snippets Groups Projects
Commit b8148ecc authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

corrects media query typo

parent d771cd3f
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
opacity: .6 ;
transition: opacity $transition;
@include media-query(tablet-ladnscape) {
padding: 0 20px;
@include media-query(tablet-landscape) {
margin-right: 20px;
}
&::after {
......
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