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;