From d7bd3854aefe2234d5f14af5d90978766b236588 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:29: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 34ff97f..404d9b6 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -165,7 +165,7 @@ padding: 0; } - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;