feat: update posts layout

This commit is contained in:
Devin Haska 2024-02-23 15:06:27 -08:00
parent ba4cb202e9
commit c91588b5a3
4 changed files with 28 additions and 35 deletions

4
src/css/blocks/posts.css Normal file
View file

@ -0,0 +1,4 @@
.posts-list-item {
display: grid;
grid-template-columns: 1fr auto;
}