Last active
April 11, 2017 17:40
-
-
Save nutsandbolts/7532281 to your computer and use it in GitHub Desktop.
Add a widget area to a page using the Genesis Framework
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
/* Page Widget | |
------------------------------------------------------------ */ | |
.page-widget { | |
line-height: 1.5; | |
padding: 30px; | |
} | |
.page-widget p { | |
margin-bottom: 24px; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment