1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Move borders

This commit is contained in:
Daniel Barber 2019-10-13 19:54:17 -04:00
parent 566a40f84b
commit 6660423efa
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.post {
border-top: 1px dashed $border-color;
border-bottom: 1px dashed $border-color;
padding: 1.5em $pad-min;
img {

View File

@ -1,3 +1,4 @@
.site-header {
padding: 0 $pad-min;
border-bottom: 1px dashed $text-color;
}