diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-26 23:29:57 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-26 23:29:57 +0100 |
| commit | 3ef968ec5e51e100083e7f62018c9340115163e3 (patch) | |
| tree | a7e1c4f054993edc95bb3b3840cfc31cc9c61e07 /source/_layouts/post.blade.php | |
| parent | 10af59e22eb5ccd165369c1bc57261216c67388e (diff) | |
Increase size of font and margins between post paragraphs
Diffstat (limited to 'source/_layouts/post.blade.php')
| -rw-r--r-- | source/_layouts/post.blade.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/_layouts/post.blade.php b/source/_layouts/post.blade.php index cbd4511..49ca172 100644 --- a/source/_layouts/post.blade.php +++ b/source/_layouts/post.blade.php @@ -18,6 +18,8 @@ </div> </div> </header> - @yield('content') + <section class="post-content"> + @yield('content') + </section> @endsection |
