Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Sep 16, 2024
1 parent fec4f83 commit ca743ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
max-width: 90%;
}

.sl-markdown-content li :is(img, picture):not(:where(.not-content *)) {
margin: 1.5rem 0 3rem;
}

html[data-theme="light"] {
.sl-markdown-content :is(img, picture):not(:where(.not-content *)) {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
Expand Down

0 comments on commit ca743ab

Please sign in to comment.