CSS - Responsive Padding

PHOTO EMBED

Sun Aug 21 2022 04:38:22 GMT+0000 (Coordinated Universal Time)

Saved by @webcode #css

:root {
  --spacer-p: 20vw;
}

.pt-8 {
  padding-top: calc(var(--spacer-p) /4) !important;
}
content_copyCOPY