From de7b8d26d15d957cc114f7e35db24e2d3ac1fb61 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 2 Aug 2025 14:21:20 +0800 Subject: 修改CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) (limited to 'assets') 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; } -- cgit v1.2.3