Skip to content

Commit 0d86cf6

Browse files
J0WIjuliusknorr
authored andcommitted
Remove hardcoded background-size
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
1 parent 7998702 commit 0d86cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/firstrunwizard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#firstrunwizard .firstrunwizard-header .logo {
1919
background-image: var(--image-logo);
2020
background-repeat: no-repeat;
21-
background-size: 175px;
21+
background-size: contain;
2222
background-position: center;
23-
width: 252px;
23+
width: 175px;
2424
height: 120px;
2525
margin: 0 auto;
2626
}

0 commit comments

Comments
 (0)