Created
September 1, 2017 11:54
-
-
Save topleague/ab514937b7409fcf10c115bfdb2b2306 to your computer and use it in GitHub Desktop.
Style Lead Capture Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* LEAD CAPTURE PAGE | |
----------------------------------------- */ | |
/* Headings */ | |
.landing-page .entry-content h4, | |
.lead-capture-page .entry-content h4 { | |
margin-bottom: 40px; | |
margin-top: 60px; | |
text-align: center; | |
} | |
/* Forms */ | |
.lead-capture-page .button.large { | |
margin-top: 40px; | |
} | |
/* Site Containers */ | |
.lead-capture-page .site-inner { | |
margin-top: 0; | |
max-width: 840px; | |
} | |
/* Genesis eNews Extended */ | |
.lead-capture-page .enews-widget { | |
margin-left: auto; | |
margin-right: auto; | |
width: 80%; | |
} | |
.lead-capture-page .enews-widget { | |
background-color: #f5f5f5; | |
padding: 60px; | |
} | |
/* Entries */ | |
.lead-capture-page .entry { | |
margin-bottom: 0; | |
} | |
/* Media Queries */ | |
@media only screen and (max-width: 600px) { | |
.lead-capture-page .enews-widget { | |
padding: 20px; | |
width: 100%; | |
} | |
.lead-capture-page .entry { | |
padding: 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment