Style for <hr> element on blog posts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c2acea04d7
commit
c7c6832603
1 changed files with 8 additions and 0 deletions
|
@ -253,6 +253,14 @@ p > code, p > strong > code, li > code, li > strong > code {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#blogpost-section .page-content hr {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: #FF9329;
|
||||||
|
margin: 35px auto;
|
||||||
|
}
|
||||||
|
|
||||||
#blogpost-section .page-content ul li {
|
#blogpost-section .page-content ul li {
|
||||||
padding-left: 0.95rem;
|
padding-left: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue