Skip to content

Commit 06e236e

Browse files
committed
image styling
1 parent 3ea536b commit 06e236e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ figcaption {
5050
}
5151

5252
img:not([id^="mermaid"]), video, .giphy-embed {
53+
margin-top: 2em;
5354
display: block;
54-
margin: 20px auto;
55+
margin: 2em auto 20px auto;
5556
max-width: 100%;
5657
box-shadow: var(--standardShadow);
5758
}
@@ -69,6 +70,7 @@ picture:has(img[id^="mermaid"]) {
6970
}
7071

7172
img[id^="mermaid"] {
73+
7274
max-width: 100%;
7375
}
7476

0 commit comments

Comments
 (0)