Fix search form width for homepage.pug

This commit is contained in:
redmt 2022-06-11 18:53:40 +02:00
parent 2ff979bdda
commit 555ff9068b
1 changed files with 1 additions and 0 deletions

View File

@ -1595,6 +1595,7 @@ body.homepage.clean {
body.homepage.clean main {
flex-grow: 1;
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: center;