Commit eed9b171 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Use variable for mobile breadcrumbs padding

parent 30083458
...@@ -466,7 +466,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -466,7 +466,7 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
+ .breadcrumbs-links { + .breadcrumbs-links {
padding-left: 17px; padding-left: $gl-padding;
border-left: 1px solid $gl-text-color-quaternary; border-left: 1px solid $gl-text-color-quaternary;
} }
} }
......
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