Skip to content

Commit

Permalink
Merge pull request 'Fix problem of PL #956' (#963) from mskf1383/Plum…
Browse files Browse the repository at this point in the history
…e:main into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/963
Reviewed-by: KitaitiMakoto <kitaitimakoto@[email protected]>
  • Loading branch information
KitaitiMakoto committed Dec 5, 2021
2 parents 0f7094a + 81006e1 commit 7198b06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/themes/default/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ p.error {
opacity: 0.9;
}
}

header {
display: flex;
}

h3 {
flex-grow: 1;
Expand All @@ -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;
Expand Down

0 comments on commit 7198b06

Please sign in to comment.