Update 'assets/themes/default/_global.scss'

This commit is contained in:
MohammadSaleh Kamyab 2021-12-02 13:16:14 +00:00
parent 0f7094a70e
commit 81006e1db8
1 changed files with 5 additions and 1 deletions

View File

@ -229,6 +229,10 @@ p.error {
opacity: 0.9; opacity: 0.9;
} }
} }
header {
display: flex;
}
h3 { h3 {
flex-grow: 1; flex-grow: 1;
@ -237,7 +241,7 @@ p.error {
font-size: 1.75em; font-size: 1.75em;
font-weight: normal; font-weight: normal;
line-height: 1.10; line-height: 1.10;
display: block; display: inline-block;
position: relative; position: relative;
a { a {
display: block; display: block;