Skip to content

Commit 70cbf95

Browse files
committed
fix: Constraint images to the parent div
1 parent 2195cb3 commit 70cbf95

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
@@ -997,6 +997,14 @@ blockquote p:last-child {
997997
}
998998
}
999999

1000+
/* Images */
1001+
.figure-bitmap {
1002+
border: solid 2px #42932d;
1003+
margin-bottom: 10px;
1004+
display: inline-block;
1005+
max-width: 100%;
1006+
}
1007+
10001008
/* Logo */
10011009
.f5-logo-footer {
10021010
height: 32px;

0 commit comments

Comments
 (0)