From 1c712a0161a46fb60da9cf3360820efca1929031 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 10 May 2021 19:37:38 +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 32a0077..6c5eddb 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -30,7 +30,7 @@ padding: 5px 10px; margin: 10px 10px 0 10px; } - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;