Created
August 11, 2015 10:02
-
-
Save philipgledhill/0032ad28805d7efb1806 to your computer and use it in GitHub Desktop.
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
/** ----- | |
Paste this code at... | |
Genesis → Dynamik Design → Responsive | |
@media only screen and (max-width: 839px) ----- */ | |
/** ----- Headline and text colour ----- */ | |
.first-row-wrap { | |
background: #000000; | |
} | |
.white-headline { | |
font-size: 32px; | |
color: #FFFFFF; | |
text-align: center; | |
} | |
.black-headline { | |
font-size: 32px; | |
color: #000000; | |
text-align: center; | |
} | |
.white-text { | |
text-align: center; | |
color: #FFFFFF; | |
font-size: 18px; | |
} | |
.black-text { | |
text-align: center; | |
color: #000000; | |
font-size: 18px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment