diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 19:50:24 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-07 19:50:24 +0000 |
| commit | 9240b4b969758bf2e73d8e4f6bc3fc92e611f32a (patch) | |
| tree | def88c5e4f0805caa5dba319d29fb21dcd9d7300 /source/_layouts/category.blade.php | |
| parent | 0b8eddf2cc42805c92d846e7d6566b18e5e3e554 (diff) | |
Style category pages
Diffstat (limited to 'source/_layouts/category.blade.php')
| -rw-r--r-- | source/_layouts/category.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/category.blade.php b/source/_layouts/category.blade.php index 8232ad8..27bc9dd 100644 --- a/source/_layouts/category.blade.php +++ b/source/_layouts/category.blade.php @@ -1,7 +1,7 @@ @extends('_layouts.master') @section('article') - <h1>{{ $page->description }}</h1> + <h1 class="p-4 text-green-600 text-4xl font-bold">{{ $page->description }}</h1> <ol> @foreach ($page->posts($posts) as $post) @include('_partials.postStub') |
