Skip to content

Commit

Permalink
Adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo authored Jan 4, 2025
1 parent 631d797 commit f5f1c19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,14 @@ main .collection>.card>.item>.content>.data.premium {

main .collection>.card>.item>.content>.data.premium::before {
content: '';
height: 1em;
width: 1em;
height: .9em;
width: .9em;
background: url(./assets/images/premium.webp);
background-size: 100%;
background-position: 50%;
margin-inline-end: .3em;
display: inline-block;
vertical-align: middle;
}

footer {
Expand Down

0 comments on commit f5f1c19

Please sign in to comment.