From 6d59fdaf22f246019a9497bbdb98eaf01454cc38 Mon Sep 17 00:00:00 2001 From: Findeton Date: Wed, 28 Jun 2023 17:47:08 -0500 Subject: [PATCH] wip --- .../error-screen-directive.less | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/avBooth/error-screen-directive/error-screen-directive.less b/avBooth/error-screen-directive/error-screen-directive.less index 20648eea..f177df36 100644 --- a/avBooth/error-screen-directive/error-screen-directive.less +++ b/avBooth/error-screen-directive/error-screen-directive.less @@ -25,12 +25,8 @@ height: 380px; position: relative; - @media(max-width: @screen-sm-max) { - height: 300px; - } - @media(max-width: @screen-xs-max) { - height: 180px; + height: 280px; img.error-img { width: 300px; @@ -53,17 +49,10 @@ font-weight: bold; } - @media(max-width: @screen-sm-max) { - h1 { - font-size: 130px; - } - } - @media(max-width: @screen-xs-max) { - align-items: unset; h1 { - font-size: 70px; + font-size: 200px; } } }