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
c8a9fccd4d
commit
5f6044ce3b
@ -1,5 +1,5 @@
|
||||
.post {
|
||||
border-top: 1px dashed $border-color;
|
||||
border-bottom: 1px dashed $border-color;
|
||||
padding: 1.5em $pad-min;
|
||||
|
||||
img {
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
.site-header {
|
||||
padding: 0 $pad-min;
|
||||
border-bottom: 1px dashed $text-color;
|
||||
}
|
||||
|
||||
@ -342,10 +342,11 @@ a {
|
||||
max-width: 40rem; }
|
||||
|
||||
.site-header {
|
||||
padding: 0 6.5%; }
|
||||
padding: 0 6.5%;
|
||||
border-bottom: 1px dashed #333; }
|
||||
|
||||
.post {
|
||||
border-top: 1px dashed #ccc;
|
||||
border-bottom: 1px dashed #ccc;
|
||||
padding: 1.5em 6.5%; }
|
||||
.post img {
|
||||
max-width: 100%; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user