From 571f75205c68d26726d3a5c94a408de622588585 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Tue, 22 Nov 2022 03:07:21 +0000 Subject: [PATCH] website: custom nav menus. #102 ead5d35f44bb03776cccd933386badc8c7f70d9f --- index.html | 2 +- style/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fe68c1cec20..0371cb8142d 100644 --- a/index.html +++ b/index.html @@ -696,7 +696,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+
diff --git a/style/style.css b/style/style.css index 3447166e220..445a9c0aab4 100644 --- a/style/style.css +++ b/style/style.css @@ -527,10 +527,10 @@ a.text-grey { .header-nav .menu a, .header-nav .menu button { - padding-left: 0.75rem; - padding-right: 0.75rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-left: 0.55rem; + padding-right: 0.55rem; + padding-top: 0.4rem; + padding-bottom: 0.4rem; border-radius: 9999px; transition: all 0.3s; border: 0;