Updated CSS. (#17)

This commit is contained in:
Flame Sage 2018-04-15 22:20:09 -04:00 committed by GitHub
parent 3783295d13
commit 7d297bb69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
{{ end }}
{{ define "main" }}
<section class="pt-lg">
<section class="section">
{{ $pag := .Paginate (where .Data.Pages "Type" "entry") 4 }}
<div class="columns is-multiline">

View file

@ -35,7 +35,7 @@
// Summary
$blog-entry-summary-height: 16em;
.blog-entry-header.summary {
.blog-entry-header.summary.entry {
height: $blog-entry-summary-height;
}
.blog-entry-header.summary.twitter {