diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 18:00:40 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 18:00:40 +0800 |
| commit | 0e061e76a956f7ac879544937b5b95c04815ad24 (patch) | |
| tree | 31c90aaa93cff94282bce7790054bfda83723b6d /assets/css/main.css | |
| parent | 2e3ab877911e60d5fa3b780d4ebe541400b4772a (diff) | |
| download | hugo-theme-concise-0e061e76a956f7ac879544937b5b95c04815ad24.tar.gz hugo-theme-concise-0e061e76a956f7ac879544937b5b95c04815ad24.zip | |
移除single.html中的header引用
优化日期格式
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c4a1e7b..4ecbf2b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,9 +14,13 @@ body { height: 100%; } +.inner-post-title { + margin-bottom: 10px; +} + time { - margin: 0; line-height: 1px; + font-size: 18px; } .simplified-pagination nav ul { |
