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/master.blade.php | |
| parent | 10af59e22eb5ccd165369c1bc57261216c67388e (diff) | |
Increase size of font and margins between post paragraphs
Diffstat (limited to 'source/_layouts/master.blade.php')
| -rw-r--r-- | source/_layouts/master.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 7a2d77d..bf6fc3d 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -16,7 +16,7 @@ <link href="/feed.atom" type="application/atom+xml" rel="alternate" title="{{ $page->siteName }} Atom Feed"> <link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}"> </head> - <body> + <body class="text-lg"> <div id="main-sidebar-container"> <article class="p-4">@yield('article')</article> <aside class="p-4 pt-8 lg:fixed text-center"> |
