Skip to content

Commit

Permalink
Fix bg class
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmc authored Jan 14, 2025
1 parent c953205 commit 649682d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser-logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ $browser-data: (

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

@each $size in $icon-sizes {
Expand Down

0 comments on commit 649682d

Please sign in to comment.