Skip to content
Snippets Groups Projects
Commit 76d6e8cd authored by shamalainen's avatar shamalainen
Browse files

Update line width and paragraph text top spacing

parent f7d16ce2
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
&:after {
background-color: transparent;
border-bottom: 3px solid var(--grayscale-dark);
border-bottom: 6px solid var(--grayscale-dark);
content: ' ';
display: flex;
height: 2px;
......
......@@ -66,4 +66,9 @@
margin-top: 0;
padding-top: 0;
}
// When hy-paragraph-text is the first child it will not add spacing to top. Will fix heading + text spacing issue.
&:first-child {
margin-top: 0 !important;
}
}
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