diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-12 12:10:26 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-12 12:10:26 +0100 |
commit | 66164b495ebcc4e281cae1557de343d85ccaba36 (patch) | |
tree | 042f7bb1a37884162188652cbb76e0f2a5d4a635 /templates | |
parent | 5591d977998a189573e8f780a5270ab81bb56ddc (diff) | |
download | kyblo-66164b495ebcc4e281cae1557de343d85ccaba36.tar.xz |
Indent header, article, and footer the same amount
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
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 { |