diff options
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 5e71126..efc43e5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,4 +2,6 @@ layout: default --- -{{ content }} +<div class="columns content mt-4"> + {{ content }} +</div> |