From 4eacddaea3c9c0cfe73f05868634a87c945ac487 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 08 Jan 2019 00:48:55 +0000
Subject: [PATCH] Keep article padding throughout widths (#152)
---
layouts/_default/single.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index beeb148..efd8e05 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,7 +5,7 @@
{{ define "main" }}
{{ $section := .Site.GetPage "section" .Section }}
- <article class="flex-l flex-wrap justify-between mw8 center ph3 ph0-l">
+ <article class="flex-l flex-wrap justify-between mw8 center ph3">
<header class="mt4 w-100">
<p class="f6 b helvetica tracked">
--
Gitblit v1.10.0