Skip to content

Commit

Permalink
Tweak blog card's spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Oct 1, 2024
1 parent 2f4d462 commit 10969ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/components/MBlogLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
font-weight: unset;
> :not(.blog-image) {
padding: 0 1rem;
padding: 0 1.5rem;
}
.blog-image {
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/components/MBlogTagList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ div {
ul {
list-style: none;
display: flex;
padding: 1rem 0.5rem;
gap: 0.5rem;
padding: 1rem 1.5rem 1.5rem;
font-size: 0.85rem;
a {
Expand All @@ -53,7 +54,6 @@ ul {
color: currentColor;
font-weight: normal;
padding: 0.3rem 0.4rem;
margin: 0 0.2rem;
&:hover {
text-decoration: underline;
Expand Down

0 comments on commit 10969ee

Please sign in to comment.