Skip to content

Instantly share code, notes, and snippets.

@tobymarsden
Created August 5, 2017 21:40
Show Gist options
  • Save tobymarsden/5468372091d70b6e4e9b97caaecfc5a8 to your computer and use it in GitHub Desktop.
Save tobymarsden/5468372091d70b6e4e9b97caaecfc5a8 to your computer and use it in GitHub Desktop.
hero banner padding
/* HYPERVISUAL */
.padding-5vw .hypervisual__text-wrapper { padding-top: 5vw !important; padding-bottom: 5vw !important; }
.padding-10vw .hypervisual__text-wrapper { padding-top: 10vw !important; padding-bottom: 10vw !important; }
.padding-15vw .hypervisual__text-wrapper { padding-top: 15vw !important; padding-bottom: 15vw !important; }
.padding-20vw .hypervisual__text-wrapper { padding-top: 20vw !important; padding-bottom: 20vw !important; }
.padding-25vw .hypervisual__text-wrapper { padding-top: 25vw !important; padding-bottom: 25vw !important; }
.parallax .hypervisual__utils-background-image { background-attachment: fixed; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment