Merge pull request 'Fix problem of PL #956' (#963) from mskf1383/Plume:main into main

Reviewed-on: #963
Reviewed-by: KitaitiMakoto <kitaitimakoto@noreply@joinplu.me>
pull/964/head
KitaitiMakoto 3 years ago
commit 7198b06a33

@ -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;

Loading…
Cancel
Save