From 8316f3da3d96a40b7ab0fffc8af30461f3d8b688 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Thu, 5 May 2022 09:50:00 +0800 Subject: [PATCH] 20220505 --- templates/default/index.php | 17 ++++------------- templates/default/static/style.css | 4 ++++ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/templates/default/index.php b/templates/default/index.php index 786c5a0..da186fb 100755 --- a/templates/default/index.php +++ b/templates/default/index.php @@ -42,19 +42,10 @@ menu - +

- - - -
+
@@ -181,10 +172,10 @@
"> diff --git a/templates/default/static/style.css b/templates/default/static/style.css index 90341b5..9cc96af 100755 --- a/templates/default/static/style.css +++ b/templates/default/static/style.css @@ -66,8 +66,12 @@ line-height:15px; -webkit-line-clamp: 2; } +.default-title h1{ + font-size: 1.2em; +} .category-name{ padding-left:8px; + font-weight: bold; } .category-name i { padding-right:12px;