Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created December 1, 2013 09:18
Show Gist options
  • Save philipgledhill/7730303 to your computer and use it in GitHub Desktop.
Save philipgledhill/7730303 to your computer and use it in GitHub Desktop.
Genesis Framework widget area CSS originally provided by Brian Gardner
/* Welcome Text
------------------------------------------------------------ */
.welcome-text {
border-bottom: double #ddd;
border-top: double #ddd;
font-family: 'Lora', serif;
font-size: 30px;
line-height: 1.0;
overflow: hidden;
padding: 25px 0;
text-align: center;
}
.welcome-text p {
font-size: inherit;
line-height: 1.0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment