Skip to content

Commit e944eb0

Browse files
author
Ben Abbott
committed
Resolves barryclark#72 by overriding an img style
1 parent 8e77d14 commit e944eb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ img {
110110
max-width: 100%;
111111
}
112112

113+
// Fixes images in popup boxes from Google Translate
114+
.gmnoprint img {
115+
max-width: none;
116+
}
117+
113118
.date {
114119
font-style: italic;
115120
color: $gray;

0 commit comments

Comments
 (0)