summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-12 12:10:26 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-12 12:10:26 +0100
commit66164b495ebcc4e281cae1557de343d85ccaba36 (patch)
tree042f7bb1a37884162188652cbb76e0f2a5d4a635
parent5591d977998a189573e8f780a5270ab81bb56ddc (diff)
downloadkyblo-66164b495ebcc4e281cae1557de343d85ccaba36.tar.xz
Indent header, article, and footer the same amount
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
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 {