From 13c290a50abcefb11817e4587276f0dd43310a3f Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 14 Apr 2020 11:35:41 +0200 Subject: [PATCH] Responsive adjustments for news. WIP #3053 @0:10 --- .../themes/CCV/resources/assets/styles/components/news.styl | 1 + wp-content/themes/CCV/resources/views/index.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/CCV/resources/assets/styles/components/news.styl b/wp-content/themes/CCV/resources/assets/styles/components/news.styl index 8fa4259..e3d6077 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/news.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/news.styl @@ -11,6 +11,7 @@ +below('medium') flex-basis: 100% + margin-right: 0 &-sizer padding-bottom: 100% diff --git a/wp-content/themes/CCV/resources/views/index.blade.php b/wp-content/themes/CCV/resources/views/index.blade.php index 9e865ea..25b6a53 100644 --- a/wp-content/themes/CCV/resources/views/index.blade.php +++ b/wp-content/themes/CCV/resources/views/index.blade.php @@ -14,7 +14,7 @@ @endphp -
+

{!! get_the_title(get_option('page_for_posts', true)) !!}

-- 2.39.5