Skip to content

Commit

Permalink
fix: update style for extra large screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ngunner15 committed Oct 8, 2024
1 parent 2a02ff0 commit af8e2fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/views/ErrorViews/FourOhFour/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af8e2fb

Please sign in to comment.