From 272531c55f33f0bc5e450c2d76132c465ee79006 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:42:30 +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 d005a69..a8cb0d0 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -17,7 +17,7 @@ color: #FFF; font-family: $main-font; padding: 6px 15px; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;