From af8e2fb81d54d924898f586f92a7289a589e5840 Mon Sep 17 00:00:00 2001 From: Nisarg Date: Tue, 8 Oct 2024 15:02:53 -0700 Subject: [PATCH] fix: update style for extra large screen --- frontend/src/views/ErrorViews/FourOhFour/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/views/ErrorViews/FourOhFour/styles.scss b/frontend/src/views/ErrorViews/FourOhFour/styles.scss index ce11cb57b..26f541d8e 100644 --- a/frontend/src/views/ErrorViews/FourOhFour/styles.scss +++ b/frontend/src/views/ErrorViews/FourOhFour/styles.scss @@ -33,6 +33,13 @@ height: 100vh; } + @media only screen and (min-width: 1920px) { + img { + height: 80%; + width: 80%; + } + } + @media only screen and (max-width: 1055px) { margin-top: 0; margin-left: 0;