fix search form centering on some font widths

This commit is contained in:
mat 2024-08-05 12:29:20 +00:00
parent 3afcb399a0
commit b20a52bb9a

View File

@ -168,6 +168,9 @@ h1 {
display: flex;
gap: 0.5rem;
}
.index-page .search-form {
justify-content: center;
}
#search-input {
max-width: 30em;
flex: 1;