From 563d071d5a9497b8b0c29e115d4d3fde9ff53068 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:38:23 +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 cfaf2e0..eb5f46a 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -28,7 +28,7 @@ font-family: $main-font; text-align: center; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;