Skip to content

Commit

Permalink
Set the bg image size to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmc authored Jan 14, 2025
1 parent 020cb17 commit 8a0f575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $browser-data: (
}

.browi-bg.#{$browser} {
background-image: url('#{$url-path}_32x32.png');
background-image: url('#{$url-path}_256x256.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 8a0f575

Please sign in to comment.