Created
October 15, 2015 17:31
-
-
Save aaronlammer/886e9e6ba6b74ae88571 to your computer and use it in GitHub Desktop.
This file contains 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
Please add at the top of the "donations_box" div: | |
<h2>Support Us </h2> | |
.donations_box { | |
padding: 0px 24px 24px 24px; | |
margin-bottom: 96px; | |
border-radius: 3px; | |
background-color: #fff; | |
border: 1px solid #e5e5e5; | |
border-radius: 3px; | |
font-size: 0.9em; | |
.donations_box h2 { | |
font-size: 1.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment