aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-25 17:24:47 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-25 17:24:47 +0200
commitd86f1547b3e64038ccf9f98e2c7f45aa1d2b3329 (patch)
tree94058d99171bda0e353fd166ee7648c59429899d /layouts/404.html
parent24252c0df0008994a1ee6935d7ecd26352465db3 (diff)
downloadhugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.tar.gz
hugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.tar.bz2
hugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.zip
fix because top navbar is fixed need top padding in content
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 9994e0c..c2f0c31 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<div id="content" class="bg-near-white pb2">
+<div id="content" class="bg-near-white pb2 pt5">
<header class="tc ph5 lh-copy">
<h1 class="f1 f-headline-l code dib orange">404</h1>
<h2 class="tc f1-l fw1">Sorry, we can't find the page you are looking for.</h2>