Commit 7cbceef0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove right padding from navbar-collapse on large screens

parent 485ef990
......@@ -222,6 +222,10 @@ header {
float: right;
border-top: none;
@media (min-width: $screen-md-min) {
padding: 0;
}
@media (max-width: $screen-xs-max) {
float: none;
}
......
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