From cf09e4ddfeb5ca4d2e3b674f6c90d9a6ba0101d4 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:39:29 +0800 Subject: [PATCH] Fix header-nav css. --- assets/stylesheets/template/layout/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 9f335fd..ff99682 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -26,7 +26,7 @@ color: $theme-color-main; font-family: $main-font; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;