Update jekyll-theme-slate.scss

This commit is contained in:
Sergey 2017-07-03 21:43:03 +03:00 committed by GitHub
parent 957ddbb5ee
commit 9967a0e243

View File

@ -372,13 +372,13 @@ Small Device Styles
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
img { img {
max-width: 90%; max-width: 100%;
} }
} }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
body { body {
font-size:12px; font-size:14px;
} }
#downloads { #downloads {