From e1c2eeece3601816cec33119a220bff8b599819c Mon Sep 17 00:00:00 2001 From: Afzal Sayed Date: Sun, 10 Dec 2017 13:12:44 +0530 Subject: [PATCH] Mobile support for chrome --- demo.css | 4 ++++ src/container.less | 1 + 2 files changed, 5 insertions(+) diff --git a/demo.css b/demo.css index 345c00e..7808dd4 100644 --- a/demo.css +++ b/demo.css @@ -13,4 +13,8 @@ body { } .summary a { color: #41403e; +} +img.no-responsive{ + max-width: -webkit-fill-available; + max-width: -moz-available; } \ No newline at end of file diff --git a/src/container.less b/src/container.less index e2364cd..04b9ede 100644 --- a/src/container.less +++ b/src/container.less @@ -26,6 +26,7 @@ .section { margin-top: 1rem; margin-bottom: 2rem; + word-wrap: break-word; } .section:after { .hr-after;