From 620bbe379d861e8e6adba056af044e1b1cf93d88 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 7 Jul 2023 11:11:41 +0800 Subject: [PATCH] Fix bug. --- 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 2e62dd3..836086b 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -29,7 +29,7 @@ display: flex; justify-content: center; } - & > * { + & > *:not(style, script) { display: inline-block; margin-top: 0; margin-bottom: 0;