-
404
-
The page you are looking for is not there yet.
+
+
+

+
+
404
+ The page you are looking for is not there yet.
+
{{ end }}
diff --git a/static/assets/css/404.css b/static/assets/css/404.css
index 591341b..71a6caf 100644
--- a/static/assets/css/404.css
+++ b/static/assets/css/404.css
@@ -49,9 +49,13 @@
/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
+ .notFound img {
+ height: 400px;
+ }
+
.notFound .message {
- top: 50%;
- left: 10%;
+ top: 23%;
+ left: 25%;
}
}
@@ -59,7 +63,7 @@
@media only screen and (max-width: 576px) {
.notFound img {
- height: 500px;
+ height: 250px;
}
.notFound .message {