Skip to content

Commit

Permalink
feat: more posts
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Oct 31, 2023
1 parent 7b4b7b5 commit 91bfecd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/PostCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,16 @@ article
@media (max-width: 960px)
max-width: 100%
border-radius: 0.5em 0.5em 0 0
@media (min-width: 961px)
margin-inline: 0 1em
border-radius: 0.5em 0 0 0.5em
.card:nth-of-type(2n) &
order: 2
margin-inline: 1em 0
border-radius: 0 0.5em 0.5em 0
.main
padding: 1em
Expand Down
2 changes: 1 addition & 1 deletion components/PostsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<style lang="sass" scoped>
.container
padding: 32px 24px 96px
max-width: 1104px
max-width: 976px
margin-inline: auto
.tags
Expand Down
Binary file added pages/posts/post_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91bfecd

Please sign in to comment.