1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 17:39:08 +00:00

Add hr margins

This commit is contained in:
Luke 2020-08-05 14:48:57 +02:00 committed by davegson
parent 60f90cb1cd
commit 7ec262ba02

View file

@ -1,6 +1,11 @@
#page-container content #blog {
padding-top: 3rem;
hr{
margin-top: 2rem;
margin-bottom: 2rem;
}
p {
padding-top: 2rem;
color: #898989;