Skip to content

Commit

Permalink
Merge pull request #45405 from ShridharGoel/patch-12
Browse files Browse the repository at this point in the history
Update splash to use same logo size in web and mobile
  • Loading branch information
grgia authored Jul 17, 2024
2 parents 5ca9922 + 9d5f227 commit 7f66ea3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,9 @@
transition: transform var(--label-transition-duration);
}

@media screen and (min-width: 480px) {
.splash-logo > svg {
width: 104px;
height: 104px;
}
}

@media screen and (max-width: 479px) {
.splash-logo > svg {
width: 52px;
height: 52px;
}
.splash-logo > svg {
width: 104px;
height: 104px;
}

#splash {
Expand Down

0 comments on commit 7f66ea3

Please sign in to comment.