fix search form centering on some font widths
This commit is contained in:
parent
3afcb399a0
commit
b20a52bb9a
@ -168,6 +168,9 @@ h1 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.index-page .search-form {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
#search-input {
|
#search-input {
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user