Skip to content

Commit

Permalink
fix: fit background image (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored May 31, 2023
1 parent 495f88f commit f49c5ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ErrorPage/ErrorPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
height: 230px;
margin-bottom: 40px;

background-size: contain;
background-repeat: no-repeat;
background-position: center center;

//The images for error page are supposed to be installed via overriding "background-image" variable
&_code {
&_403 {
Expand Down

0 comments on commit f49c5ff

Please sign in to comment.