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; }