_layouts/page.html in another-theme-1.0.1 vs _layouts/page.html in another-theme-1.0.2

- old
+ new

@@ -1,8 +1,8 @@ --- layout: default --- -<div class="{% if page.content_width == "large"%}col-12 col-xl-10{% else %}col-12 col-md-10 col-lg-9 col-xl-7{% endif %} pt-4 pt-lg-5 page-wrap" role="main"> +<div class="{% if page.content_width == "large"%}col-12 col-xl-10{% else %}col-12 col-md-10 col-lg-9 col-xl-7{% endif %} mt-3 mt-lg-0 pt-4 pt-lg-5 page-wrap" role="main"> <article> {%- if page.page_title -%} <header class="post-header mb-4"> <h1>{{ page.title }}</h1> </header>