Skip to content
Snippets Groups Projects
Commit 43f4fe37 authored by druid's avatar druid
Browse files

border above heading in mobile styles

parent 6316bace
No related branches found
No related tags found
No related merge requests found
......@@ -78,19 +78,21 @@
&:after {
background-color: transparent;
border-bottom: 1px solid var(--grayscale-dark);
border-bottom: 3px solid var(--grayscale-dark);
content: ' ';
display: flex;
height: 2px;
width: 100%;
margin-left: 0;
margin-bottom: 1rem;
margin-bottom: 0.5rem;
position: relative;
top: 50%;
transform: translateY(-50%);
@include breakpoint($narrow) {
margin-left: 2rem;
border-bottom: 1px solid var(--grayscale-dark);
margin-bottom: 1rem;
}
}
}
......
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