Starting to flesh out the static PCjs website
This commit is contained in:
parent
d6bc490fe6
commit
26c351bbbe
24 changed files with 123 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue