From cee33602126a7f8fd76a4759aad1881c4b9116c5 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 14 Aug 2018 16:43:48 +0100 Subject: [PATCH] Match the width of the heading to the old styling --- opentech/static_src/src/sass/apply/components/_feed.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/static_src/src/sass/apply/components/_feed.scss b/opentech/static_src/src/sass/apply/components/_feed.scss index ca5b3892d..a171c7e51 100644 --- a/opentech/static_src/src/sass/apply/components/_feed.scss +++ b/opentech/static_src/src/sass/apply/components/_feed.scss @@ -114,7 +114,7 @@ margin-bottom: 0; @include media-query(small-tablet) { - width: 80%; + width: 90%; font-size: 18px; } -- GitLab