Skip to content

Commit 60f2637

Browse files
committed
fix: Constraint images to the parent div
1 parent ed12068 commit 60f2637

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/v2/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,14 @@ blockquote p:last-child {
10771077
padding: 0;
10781078
}
10791079

1080+
/* Images */
1081+
.figure-bitmap {
1082+
border: solid 2px #42932d;
1083+
margin-bottom: 10px;
1084+
display: inline-block;
1085+
max-width: 100%;
1086+
}
1087+
10801088
/* Logo */
10811089
.f5-logo-footer {
10821090
height: 32px;

0 commit comments

Comments
 (0)