From 49d08573a289a78b723ca4bdcf6537652bc2a65a Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:38:46 +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 4809f95..e0144d9 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -23,7 +23,7 @@ border-radius: 3px; background-color: #a25a05; } - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;