diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-28 22:03:54 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-28 22:03:54 +0000 |
| commit | a95a53491467758c1fc0ebb3840b0e51a79b42f8 (patch) | |
| tree | 85270e923ec5c26f3fd7e41def548e6b7b89014e /source/_layouts | |
| parent | 9ce9cf50af6b81c76b7acd9ef31dace11cee728b (diff) | |
Round corners on categories
Diffstat (limited to 'source/_layouts')
| -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 1735738..429c4a7 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -3,7 +3,7 @@ <head> <link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}"> </head> - <body> + <body class="px-8 lg:px-16 xl:px-32 bg-gray-900"> <div id="main-sidebar-container"> <article>@yield('article')</article> <aside> |
