feat(theme): make blog post list responsive to screen width (#685)

* Make blog post list responsive to screen width

* style: lint fix

---------

Co-authored-by: pengzhanbo <volodymyr@foxmail.com>
This commit is contained in:
Geekinney 2025-09-01 12:50:22 +08:00 committed by GitHub
parent 7c0dfc562e
commit 46b2da25a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ const {
flex: 1 2;
flex-direction: column;
gap: 16px;
max-width: 100%;
margin: 0 auto;
}