Commit 1a1eaf48 authored by Annabel Dunstone's avatar Annabel Dunstone

Refactor nav links css

parent 3c3402b0
......@@ -274,7 +274,14 @@
.fade-right {
@include fade(left);
right: 0;
right: 58px;
@media (min-width: $screen-xs-max) {
right: 67px;
}
@media (max-width: $screen-xs-min) {
right: 0;
}
}
.fade-left {
......@@ -303,20 +310,6 @@
}
}
}
.nav-control {
.fade-right {
right: 58px;
@media (min-width: $screen-xs-max) {
right: 67px;
}
@media (max-width: $screen-xs-min) {
right: 0;
}
}
}
}
.page-with-layout-nav {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment