diff options
| -rw-r--r-- | layouts/partials/style.html | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 3c987df..fff8bca 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -13,7 +13,7 @@ } - .recent-posts p { + .recent-posts p{ line-height: 35px; } @@ -78,19 +78,6 @@ font-style: italic; } - /* 如果没有实际使用这个类,可以删除 */ - /* - .recent-list { - margin: 0; - } - - .split { - margin: 0; - padding: 0; - display: inline; - } - */ - @media (max-width: 720px) { .post-date { min-width: auto; @@ -107,7 +94,6 @@ } } - .post-meta-item svg { display: inline; width: var(--svg-size); @@ -163,12 +149,6 @@ --svg-size: 0.85em; } - div.summary a, - div.summary strong, - div.summary p { - margin-bottom: 0; - } - .social-icons { margin: 15px; margin-top: 5px; @@ -236,7 +216,7 @@ margin-top: 1px; } - article p, .summary p { + article p, div.summary { line-height: 35px; margin-top: 20px; font-weight: 400; |
