From 981a33d614e41477453b4ca1b499c08ec8e4bdc5 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 14 Apr 2020 11:20:04 +0200 Subject: [PATCH] News styling adjustments. WIP #3053 @0.5 --- .../themes/CCV/resources/assets/styles/components/news.styl | 3 +++ .../CCV/resources/views/partials/content-single.blade.php | 4 ++-- .../themes/CCV/resources/views/partials/content.blade.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) 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 03df582..8fa4259 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/news.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/news.styl @@ -9,5 +9,8 @@ min-width: 150px flex-basis: 30% + +below('medium') + flex-basis: 100% + &-sizer padding-bottom: 100% diff --git a/wp-content/themes/CCV/resources/views/partials/content-single.blade.php b/wp-content/themes/CCV/resources/views/partials/content-single.blade.php index f22c4b9..71a4e7c 100644 --- a/wp-content/themes/CCV/resources/views/partials/content-single.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/content-single.blade.php @@ -3,10 +3,10 @@
{{-- Just here as a proportional sizer thanks to the padding --}}
-
+
@include('partials/entry-meta') -

+

{!! $title !!}

diff --git a/wp-content/themes/CCV/resources/views/partials/content.blade.php b/wp-content/themes/CCV/resources/views/partials/content.blade.php index f96dafc..bfe141f 100644 --- a/wp-content/themes/CCV/resources/views/partials/content.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/content.blade.php @@ -6,10 +6,10 @@
-
+
@include('partials/entry-meta') -

+

{!! $title !!} -- 2.39.5