Skip to content
Snippets Groups Projects
Commit 7cbceef0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove right padding from navbar-collapse on large screens

parent 485ef990
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
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