From 3c6826d3e10e4255ea7caec3474f4e9ad43dabe1 Mon Sep 17 00:00:00 2001 From: chiu Date: Thu, 6 May 2021 16:48:02 +0800 Subject: [PATCH] fix error --- 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 a87fa64..93647c8 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -26,7 +26,7 @@ color: $theme-color-main; font-family: $main-font; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0;