diff options
-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 { |