Skip to content

Commit ade4012

Browse files
committed
add border for image
1 parent 68094a1 commit ade4012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ img {
385385
max-width: 100%;
386386
height: auto;
387387
margin: var(--spacing-base) auto;
388+
border: 1px solid var(--color-border);
389+
padding: var(--spacing-sm) var(--spacing-md);
388390
border-radius: var(--pre-border-radius);
389391
}
390392

0 commit comments

Comments
 (0)