From f573a3fba91b568e4718aa43dbffd58c72a15beb Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:40:20 +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 0ab7c99..be65552 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -23,7 +23,7 @@ font-family: $main-font; float: right; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;