From 7adc464167f743f27d92cabaef634f0a749bb983 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 3 Jul 2017 21:50:44 +0300 Subject: [PATCH] Update jekyll-theme-slate.scss --- _sass/jekyll-theme-slate.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index 0f10157..c7a1f5f 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -372,7 +372,7 @@ Small Device Styles @media screen and (max-width: 992px) { img { - max-width: 90%; + max-width: 100%; } } @@ -386,7 +386,7 @@ Small Device Styles } .inner { - min-width: 320px; + min-width: 300px; max-width: 480px; }