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

Remove right padding from navbar-collapse on large screens

Former-commit-id: 7cbceef0
parent 51934585
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