Fix indent for mobile platform

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-02-22 14:22:47 +04:00
parent 2101e4af48
commit a45868f5c4
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -16,6 +16,7 @@ body {
@media (max-width: 684px) {
body {
font-size: $font-size-base * .85;
padding: 8px;
}
}