Skip to content

Commit 66f0a6e

Browse files
committed
Fixing Offset Bug
1 parent c592d63 commit 66f0a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ h1, h2, h3, h4, h5, h6 {
299299
}
300300

301301
/* Fixing Oversized Images: */
302-
img {
302+
img:not(.speechBubble img){
303303
max-width: 100%;
304304
padding: var( --image_padding);
305305
}

0 commit comments

Comments
 (0)