From a45868f5c4dffe53f51df9122b8518801ac820ee Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 22 Feb 2019 14:22:47 +0400 Subject: Fix indent for mobile platform Signed-off-by: Valentin Popov --- _scss/sakura/_main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index e4421ce..70cc96d 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -16,6 +16,7 @@ body { @media (max-width: 684px) { body { font-size: $font-size-base * .85; + padding: 8px; } } -- cgit v1.2.3