Update jekyll-theme-slate.scss

This commit is contained in:
Sergey 2017-07-03 21:50:44 +03:00 committed by GitHub
parent 4c4f906362
commit 7adc464167

View File

@ -372,7 +372,7 @@ Small Device Styles
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
img { img {
max-width: 90%; max-width: 100%;
} }
} }
@ -386,7 +386,7 @@ Small Device Styles
} }
.inner { .inner {
min-width: 320px; min-width: 300px;
max-width: 480px; max-width: 480px;
} }