feat: update posts layout
This commit is contained in:
parent
ba4cb202e9
commit
c91588b5a3
4 changed files with 28 additions and 35 deletions
4
src/css/blocks/posts.css
Normal file
4
src/css/blocks/posts.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.posts-list-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue