[happybirthdaygnome-web] Special case images in timeline for narrow devices



commit 38a5a7c7848acc2dd8e2f2fa100a9c6f6d13a61c
Author: Andreas Nilsson <anilsson redhat com>
Date:   Sat Jul 29 18:11:43 2017 +0100

    Special case images in timeline for narrow devices

 css/happybirthdaygnome.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index f602d78..2528a89 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -100,6 +100,12 @@ section {
     content: "–";
     margin-right: .5em;
 }
+@media screen and (max-width: 520px) {
+    .entry .body img {
+        max-width: 100%;
+    }
+}
+
 #facts dt {
     margin-top: 30px;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]