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:
parent
566a40f84b
commit
6660423efa
@ -1,5 +1,5 @@
|
|||||||
.post {
|
.post {
|
||||||
border-top: 1px dashed $border-color;
|
border-bottom: 1px dashed $border-color;
|
||||||
padding: 1.5em $pad-min;
|
padding: 1.5em $pad-min;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
.site-header {
|
.site-header {
|
||||||
padding: 0 $pad-min;
|
padding: 0 $pad-min;
|
||||||
|
border-bottom: 1px dashed $text-color;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user