Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .section-video__link {
- width: calc(1 * (80 * 1px));
- height: calc(1 * (80 * 1px));
- }
- @media screen and (min-width:320px) {
- .section-video__link {
- width: calc(1 * (80 * 1px + (160 - 80) * ((100vw - 320px)/ 1600)));
- height: calc(1 * (80 * 1px + (160 - 80) * ((100vw - 320px)/ 1600)));
- }
- }
- @media screen and (min-width:1920px) {
- .section-video__link {
- width: calc(1 * (160 * 1px));
- height: calc(1 * (160 * 1px));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement