Fix search form width for homepage.pug
This commit is contained in:
parent
2ff979bdda
commit
555ff9068b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue