No edit summary |
(Undo revision 235991 by DarthPhallus (talk)) Tag: Undo |
||
Line 7: | Line 7: | ||
} | } | ||
.combo-stars { | .combo-stars { | ||
position: relative; | |||
top: 30%; | |||
transform: translateY(-30%); | |||
margin: 10px 30px 0px 10px; | |||
} | } |
Revision as of 22:11, 29 August 2022
.fpbox { background-color: #252323; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2); margin: 0px 10px 20px 10px; padding: 2px; border-radius: 4px; } .combo-stars { position: relative; top: 30%; transform: translateY(-30%); margin: 10px 30px 0px 10px; }