Skip to content
Snippets Groups Projects
Commit 28a8b091 authored by Olivia206's avatar Olivia206
Browse files

added margin to breadcrumb after hero

parent 480d17d3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
.breadcrumb-nav
@include media-breakpoint-down(desktop)
margin-left: var(--grid-gutter-negative)
margin-right: var(--grid-gutter-negative)
> ol
padding: 0 var(--grid-gutter)
\ No newline at end of file
margin-left: var(--grid-gutter-negative)
margin-right: var(--grid-gutter-negative)
> ol
padding: 0 var(--grid-gutter)
\ No newline at end of file
......@@ -85,4 +85,6 @@
width: columns(3)
+ .breadcrumb-container
margin-top: 0
@include media-breakpoint-down(desktop)
margin-bottom: $spacing-5
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