diff options
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"> |
