From 85bd0b6c9c0d588363bfad1d32f8e2fc6d080531 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 9 May 2020 01:48:22 -0700 Subject: [PATCH] Switch to left-alignment on small screens to prevent ugly gaps. --- themes/vanilla/assets/scss/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 70e1816..8e5edf0 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -7,6 +7,10 @@ body { line-height: 1.5; margin-bottom: 1rem; text-align: justify; + + @include below-container-width { + text-align: left; + } } h1, h2, h3, h4, h5, h6 {