diff --git a/assets/css/post.scss b/assets/css/post.scss index 0457ef7..ace2766 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -44,11 +44,11 @@ } &-title { - $border: 3px dotted $accent; + $border: 4px dotted $accent; position: relative; color: $accent; - margin: 0 0 15px; - padding-bottom: 15px; + margin: 0 0 5px; + padding-bottom: 10px; border-bottom: $border; &:after { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a352135..a20653b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,7 @@
-

+

{{ .Title }}