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 %} {% include header.html %}
<body> <body>
<main aria-label="Content"> {% include navbar.html %}
{% include navbar.html %} <div class="wrapper">
<div class="wrapper not-found" id="wrapper"> <main aria-label="Content">
<div class="container"> <div class="not-found">
<div class="title">404</div> <div class="container">
<p class="phrase">😕 Hmm... Seems you lost from my journey.</p> <div class="title">404</div>
<a class="solution" href="{{ site.url }}">back home</a> <p class="phrase">😕 Hmm... Seems you lost from my journey.</p>
<a class="solution" href="{{ site.url }}">back home</a>
</div>
</div> </div>
</div> </main>
{% include footer.html %} {% include footer.html %}
</main> </div>
</body> </body>
</html> </html>