Fixed search page collapsing when not enough results.

This commit is contained in:
2024-06-25 02:43:04 +02:00
parent b3c56a7e85
commit 4985a0eb59
2 changed files with 28 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ const query = pageContext.urlParsed.search.q;
.page {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.row {