Starting to flesh out the static PCjs website

This commit is contained in:
Jeff Parsons 2015-12-09 11:24:52 -08:00
commit 26c351bbbe
24 changed files with 123 additions and 32 deletions

View file

@ -2,7 +2,7 @@
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
p, blockquote, pre,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0;
@ -111,9 +111,9 @@ blockquote {
color: $grey-color;
border-left: 4px solid $grey-color-light;
padding-left: $spacing-unit / 2;
font-size: 18px;
letter-spacing: -1px;
font-style: italic;
/* font-size: 18px; */
/* letter-spacing: -1px; */
/* font-style: italic; */
> :last-child {
margin-bottom: 0;