mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-01 23:38:27 -04:00
Set <hr>
's border to 0 (#870)
* Updated post-single.css to set hr's border to 0 * cleanup Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
fc8c8666cf
commit
a55b9517dc
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: var(--tertiary);
|
background: var(--tertiary);
|
||||||
border-top: 0;
|
border: 0;
|
||||||
border-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content iframe {
|
.post-content iframe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue