From c61d9ccb99ef12c20f6b0bf42ebc812395a175fc Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 30 Dec 2020 18:00:44 -0800 Subject: [PATCH] Adjust footer divider style. --- themes/vanilla/assets/scss/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 59d29f5..5f8b0b1 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -174,9 +174,13 @@ hr.footer-divider { margin: auto; margin-top: 1.5rem; margin-bottom: 1.5rem; - max-width: $container-width; border: none; border-bottom: $standard-border; + max-width: $container-width; + + @include below-container-width { + max-width: 80%; + } } ul.post-list {