From 66164b495ebcc4e281cae1557de343d85ccaba36 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 12 Nov 2016 12:10:26 +0100 Subject: Indent header, article, and footer the same amount MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 92ec496..466f2b7 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -28,7 +28,7 @@ header nav a, header nav a:visited { header nav a:hover { color: #000; } -article { +header, article, footer { padding-left: 0.5rem; } article p { -- cgit v1.2.3-54-g00ecf