Last active
February 23, 2016 03:21
-
-
Save great2gether/ad9a94ecb08cc57fed09 to your computer and use it in GitHub Desktop.
DIVI childtheme, Page Template: additional CSS code
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
/* Abstand nach oben verringern auf Landingpage */ | |
body.page-template-page-template-landingpage-php #page-container { | |
padding-top: 0 !important; | |
} | |
.landingpage { | |
font-size: 15px; | |
text-align: justify; | |
padding: 10px 2%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment