fix blurry issue on footer

This commit is contained in:
Mahendrata Harpi
2020-05-23 03:35:00 +07:00
parent aeb0d4af44
commit 994b2f0a82

View File

@@ -7,17 +7,20 @@ layout: compress
{% include header.html %}
<body>
<main aria-label="Content">
{% include navbar.html %}
<div class="wrapper not-found" id="wrapper">
<div class="wrapper">
<main aria-label="Content">
<div class="not-found">
<div class="container">
<div class="title">404</div>
<p class="phrase">😕 Hmm... Seems you lost from my journey.</p>
<a class="solution" href="{{ site.url }}">back home</a>
</div>
</div>
{% include footer.html %}
</main>
{% include footer.html %}
</div>
</body>
</html>