diff options
| author | verdant <i@glowisle.me> | 2026-02-22 20:31:02 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-22 20:31:02 +0800 |
| commit | 0aad5c885a5ddeb9c72ddb2ed41d45afad3676c2 (patch) | |
| tree | 5062d0313b47a8aedf017ba1ecdff8dffa04ec0c /layouts/partials/style.html | |
| parent | 361c8849eb2d8a2a0f753bc5980eae03da739ae7 (diff) | |
| download | blog-0aad5c885a5ddeb9c72ddb2ed41d45afad3676c2.tar.gz blog-0aad5c885a5ddeb9c72ddb2ed41d45afad3676c2.zip | |
chore: update favicon
Diffstat (limited to 'layouts/partials/style.html')
| -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; |
