713
edits
No edit summary |
No edit summary |
||
Line 131: | Line 131: | ||
background-size:contain; | background-size:contain; | ||
} | } | ||
.infobox-stars > a { | .infobox-stars > a { | ||
padding: 5px; | padding: 2.5px; | ||
} | } | ||
Line 141: | Line 140: | ||
.infobox-stars > a > img { | .infobox-stars > a > img { | ||
transition: all 100ms ease-in-out; | |||
} | |||
.infobox-stars > * > a { | |||
padding: 2.5px; | |||
} | |||
.infobox-stars > * > a > img:hover { | |||
transform: scale(1.5,1.5); | |||
} | |||
.infobox-stars > * > a > img { | |||
transition: all 100ms ease-in-out; | transition: all 100ms ease-in-out; | ||
} | } |