diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:21:20 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:21:20 +0800 |
| commit | de7b8d26d15d957cc114f7e35db24e2d3ac1fb61 (patch) | |
| tree | beea960a3aa393c7dcbf83c601c992135bac8ac4 /assets | |
| parent | c62f2e6bb85956d9967a645276addba7b0d64bea (diff) | |
| download | hugo-theme-concise-de7b8d26d15d957cc114f7e35db24e2d3ac1fb61.tar.gz hugo-theme-concise-de7b8d26d15d957cc114f7e35db24e2d3ac1fb61.zip | |
修改CSS
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 38 |
1 files changed, 7 insertions, 31 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c9c861f..5ce35b1 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -10,7 +10,8 @@ body { color: #222; line-height: 1.5; margin: auto; - padding: auto; + max-width: 750px; + height: 100%; } time { @@ -44,35 +45,6 @@ time { font-weight: bold; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - header { border-bottom: #d3d3d3 1px solid; border-width: 0.1px; @@ -122,10 +94,14 @@ img { } .title { - margin-top: 30px; + margin-top: 0; line-height: 20px; } +h1.title { + padding-top: 30px; +} + .subtitle { line-height: 0px; } |
