diff --git a/templates/post.html b/templates/post.html index 8a443bc..6acae21 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,7 +5,8 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;} .title-right{display:flex;margin:auto 0 0 auto;} .title-right .circle{padding: 14px 16px;margin-right:8px;} -#postBody{border-bottom: 1px solid var(--color-border-default);} +#postBody{border-bottom: 1px solid var(--color-border-default);padding-bottom:36px;} +#postBody hr{height:2px;} #cmButton{height:48px;margin-top:48px;} #comments{margin-top:64px;} @@ -18,7 +19,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- @@ -28,9 +29,9 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- -