fix: apply min-height to article container while searching

This commit is contained in:
Hossein Mehrabi 2023-09-29 16:11:03 +03:30
parent 0a055d82a7
commit 418ecaca41
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ const ArticleGrid = styled(Grid)<{ searchMode?: boolean }>`
props.searchMode &&
css`
padding-top: 90px;
min-height: 100vh;
`}
`