Skip to content

Commit f5f1c19

Browse files
authored
Adjust style
1 parent 631d797 commit f5f1c19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/styles/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,14 @@ main .collection>.card>.item>.content>.data.premium {
352352

353353
main .collection>.card>.item>.content>.data.premium::before {
354354
content: '';
355-
height: 1em;
356-
width: 1em;
355+
height: .9em;
356+
width: .9em;
357357
background: url(./assets/images/premium.webp);
358358
background-size: 100%;
359359
background-position: 50%;
360360
margin-inline-end: .3em;
361361
display: inline-block;
362+
vertical-align: middle;
362363
}
363364

364365
footer {

0 commit comments

Comments
 (0)