From 81006e1db8908b672f6c96cbbbffe3726b7fb001 Mon Sep 17 00:00:00 2001 From: MohammadSaleh Kamyab Date: Thu, 2 Dec 2021 13:16:14 +0000 Subject: [PATCH] Update 'assets/themes/default/_global.scss' --- assets/themes/default/_global.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/themes/default/_global.scss b/assets/themes/default/_global.scss index b6c0e5da..9fec45d8 100644 --- a/assets/themes/default/_global.scss +++ b/assets/themes/default/_global.scss @@ -229,6 +229,10 @@ p.error { opacity: 0.9; } } + + header { + display: flex; + } h3 { flex-grow: 1; @@ -237,7 +241,7 @@ p.error { font-size: 1.75em; font-weight: normal; line-height: 1.10; - display: block; + display: inline-block; position: relative; a { display: block;