From: Stephen Cameron Date: Tue, 14 Apr 2020 09:20:04 +0000 (+0200) Subject: News styling adjustments. WIP #3053 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=981a33d614e41477453b4ca1b499c08ec8e4bdc5;p=ccv-wordpress.git News styling adjustments. WIP #3053 @0.5 --- 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 !!}