diff --git a/resources/blog.scss b/resources/blog.scss index 1a67fc2..55eda69 100644 --- a/resources/blog.scss +++ b/resources/blog.scss @@ -7,12 +7,15 @@ margin-right: 0; .post { - border-bottom: 2px solid $border_gray; - padding-top: 0.5em; + border: 1px dotted grey; + border-radius: 1em; + border-top: 0.125rem solid #9b9b9b; + padding: 1.25rem 1.25rem 1.563rem; + margin-bottom: 2em; .title { font-weight: 600; - font-size: 1.7em; + font-size: 1.875em; a { color: Maroon !important; @@ -24,7 +27,7 @@ } &:last-child { - border-bottom: none; + // border-bottom: none; } } } diff --git a/resources/content-description.scss b/resources/content-description.scss index 44ef8d2..07dbed5 100644 --- a/resources/content-description.scss +++ b/resources/content-description.scss @@ -195,7 +195,7 @@ width: 100%; &.split-common-content { - max-width: 86%; + width: 70%; } .content-description { diff --git a/templates/blog/list.html b/templates/blog/list.html index a28c442..144c0d9 100644 --- a/templates/blog/list.html +++ b/templates/blog/list.html @@ -14,6 +14,9 @@ .post { margin: 0 1.4em; } + .time { + margin-left: 0; + } .post:first-child { margin-top: 0.6em; @@ -48,6 +51,10 @@ font-style: italic; text-align: center; } + + h3 a { + color: lightcyan; + } {% endblock %} @@ -93,9 +100,7 @@