Created
May 9, 2018 18:28
-
-
Save topleague/d8fc624f584072eb8f7b7eebb66260f9 to your computer and use it in GitHub Desktop.
CSS for SVG in Gensis
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
/* STYLING AFTER HERO WIDGET */ | |
.after-hero .wrap { | |
max-width: 100%; | |
font-size: 0; | |
padding-right: 0; | |
padding-left: 0; | |
} | |
/* STYLING BEFORE FOOTER WIDGET */ | |
.before-footer-widget { | |
background: #8b46ffeb; | |
font-size: 0; | |
} | |
.pre-footer-widget .wrap { | |
max-width: 100%; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment