From a81516a6fcb9aeb3950aaa415990a05f09c2c965 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Thu, 25 Jul 2019 12:28:36 +0200 Subject: [PATCH] Fixed layout of 404 page on mobile. --- themes/patek/assets/css/main.scss | 8 ++++++++ themes/patek/layouts/404.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 63003be..6c5a6dc 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -110,4 +110,12 @@ h2 a { #content { min-height: 90vh; } +.logo404 { + font-size: 150px; +} +@include mobile { + .logo404 { + font-size: 95px; + } +} // /Custom styles \ No newline at end of file diff --git a/themes/patek/layouts/404.html b/themes/patek/layouts/404.html index 650b63d..042db98 100644 --- a/themes/patek/layouts/404.html +++ b/themes/patek/layouts/404.html @@ -5,6 +5,6 @@

Wut? The page you were looking for is not here. Either you can't type or we can't code. Or both.


- + {{ end }} \ No newline at end of file