summaryrefslogtreecommitdiff
path: root/source/_layouts/category.blade.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-07 20:50:44 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-07 20:50:44 +0000
commit9d7bf4de4d22933cabe28aef6a3cf0d7414f6be2 (patch)
treece9fe3097036899afbec2d97236a50082699ba64 /source/_layouts/category.blade.php
parent9240b4b969758bf2e73d8e4f6bc3fc92e611f32a (diff)
Responsive grid layout
Diffstat (limited to 'source/_layouts/category.blade.php')
-rw-r--r--source/_layouts/category.blade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php
index 27bc9dd..90b64de 100644
--- a/source/_layouts/category.blade.php
+++ b/source/_layouts/category.blade.php
@@ -1,10 +1,11 @@
@extends('_layouts.master')
@section('article')
- <h1 class="p-4 text-green-600 text-4xl font-bold">{{ $page->description }}</h1>
+ <h1>{{ $page->description }}</h1>
<ol>
@foreach ($page->posts($posts) as $post)
@include('_partials.postStub')
@endforeach
</ol>
@endsection
+