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;