Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .artwork-info-container {
- opacity: 0 !important;
- right: -265px !important;
- transition: opacity .5s, right .5s;
- }
- .artwork-info-container:hover {
- opacity: 1 !important;
- right: 0px !important;
- }
- .artwork-container{
- margin-right: 0 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment