Move class grey_background to parent class

This commit is contained in:
Jorit Tijsen
2024-05-14 15:05:39 +02:00
parent 644d4f9b12
commit d495cdde37
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
@section('page_class')
news_post post_container breadcrumb_no_border
@endsection
@section('container_class')
@section('page_container_class')
grey_background
@endsection
@section('site_container_class')

View File

@@ -9,7 +9,7 @@
@section('page_class')
news_post post_container
@endsection
@section('container_class')
@section('page_container_class')
grey_background
@endsection
@section('site_container_class')