Update page template style

This commit is contained in:
John O'Nolan 2021-03-09 22:02:35 -05:00
parent be0600a603
commit 4f2fe7eb43
4 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1349,6 +1349,10 @@ Ghost editor. */
opacity: 0.15;
}
.page-template .article-title {
margin-bottom: 0;
}
/* 7.3. Subscribe
/* ---------------------------------------------------------- */

View File

@ -10,13 +10,6 @@ into the {body} tag of the default.hbs template --}}
<article class="article {{post_class}}">
<header class="article-header gh-canvas">
<h1 class="article-title">{{title}}</h1>
{{#if custom_excerpt}}
<p class="article-excerpt">{{custom_excerpt}}</p>
{{/if}}
{{#if feature_image}}
<figure class="article-image">
{{!-- This is a responsive image, it loads different sizes depending on device
@ -35,7 +28,11 @@ into the {body} tag of the default.hbs template --}}
</header>
<section class="gh-content gh-canvas">
<h1 class="article-title">{{title}}</h1>
{{content}}
</section>
</article>