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 @@