Skip to content

Commit 692df5f

Browse files
committed
fix: Removed border on image + removed margins on figure tags
1 parent 70cbf95 commit 692df5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,12 @@ blockquote p:last-child {
998998
}
999999

10001000
/* Images */
1001+
figure {
1002+
margin: 0;
1003+
}
1004+
10011005
.figure-bitmap {
1002-
border: solid 2px #42932d;
1003-
margin-bottom: 10px;
1006+
margin-bottom: 0.625rem;
10041007
display: inline-block;
10051008
max-width: 100%;
10061009
}

0 commit comments

Comments
 (0)