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 c8a9fccd4d
commit 5f6044ce3b
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 5 additions and 3 deletions

View File

@ -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 {

View File

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

View File

@ -342,10 +342,11 @@ a {
max-width: 40rem; } max-width: 40rem; }
.site-header { .site-header {
padding: 0 6.5%; } padding: 0 6.5%;
border-bottom: 1px dashed #333; }
.post { .post {
border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc;
padding: 1.5em 6.5%; } padding: 1.5em 6.5%; }
.post img { .post img {
max-width: 100%; } max-width: 100%; }