Skip to content

Commit

Permalink
Remove hardcoded background-size
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
  • Loading branch information
J0WI authored and juliusknorr committed Dec 17, 2018
1 parent 7998702 commit 0d86cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/firstrunwizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#firstrunwizard .firstrunwizard-header .logo {
background-image: var(--image-logo);
background-repeat: no-repeat;
background-size: 175px;
background-size: contain;
background-position: center;
width: 252px;
width: 175px;
height: 120px;
margin: 0 auto;
}
Expand Down

0 comments on commit 0d86cf6

Please sign in to comment.