diff --git a/style.scss b/style.scss index 33749f8..a252974 100755 --- a/style.scss +++ b/style.scss @@ -110,6 +110,11 @@ img { max-width: 100%; } +// Fixes images in popup boxes from Google Translate +.gmnoprint img { + max-width: none; +} + .date { font-style: italic; color: $gray;