From 35fa8d882310bbef4e3d6a482b1c092044a16144 Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Mon, 19 Jul 2021 02:10:37 +0000
Subject: [PATCH] better mobile support
---
layouts/404.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/404.html b/layouts/404.html
index 2c92505..a27fdf2 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -3,9 +3,9 @@
{{ partial "head.html" . }}
<body>
-<div id="landing-container">
+<div>
{{partial "darkmode.html" .}}
- <div id="landing-overlay" class="lt-content-column">
+ <div>
<h1>404.</h1>
<h3>Hey! You look a little lost.</h3>
<ul id="sub-nav">
--
Gitblit v1.10.0