Skip to content

Commit

Permalink
feat(css): align post iamges at the center
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Dec 14, 2023
1 parent 76b9c62 commit 741fa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ a.VPSocialLink[aria-label="mastodon"]>svg {
border-radius: 0.5rem;
box-shadow: 0 0.5rem 0.8rem var(--ct-c-shadow);
margin-bottom: 2rem;
margin-left: auto;
margin-right: auto;
}

.dark .main img {
Expand Down

0 comments on commit 741fa65

Please sign in to comment.