Skip to content

Commit ec4d008

Browse files
committed
fix: Removed border on image + removed margins on figure tags
1 parent 60f2637 commit ec4d008

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
@@ -1078,9 +1078,12 @@ blockquote p:last-child {
10781078
}
10791079

10801080
/* Images */
1081+
figure {
1082+
margin: 0;
1083+
}
1084+
10811085
.figure-bitmap {
1082-
border: solid 2px #42932d;
1083-
margin-bottom: 10px;
1086+
margin-bottom: 0.625rem;
10841087
display: inline-block;
10851088
max-width: 100%;
10861089
}

0 commit comments

Comments
 (0)