aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstyle.scss5
1 files changed, 5 insertions, 0 deletions
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;