Skip to content

Commit c8c7853

Browse files
authored
Constraint images to the parent div (#164)
* fix: Constraint images to the parent div * fix: Removed border on image + removed margins on figure tags
1 parent e7664ab commit c8c7853

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/v2/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,17 @@ blockquote p:last-child {
11101110
padding: 0;
11111111
}
11121112

1113+
/* Images */
1114+
figure {
1115+
margin: 0;
1116+
}
1117+
1118+
.figure-bitmap {
1119+
margin-bottom: 0.625rem;
1120+
display: inline-block;
1121+
max-width: 100%;
1122+
}
1123+
11131124
/* Logo */
11141125
.f5-logo-footer {
11151126
height: 32px;

0 commit comments

Comments
 (0)