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;
|
||||
|
|
|
|||
|
|
@ -121,8 +121,8 @@
|
|||
}
|
||||
|
||||
.footer-col-1 {
|
||||
width: -webkit-calc(35% - (#{$spacing-unit} / 2));
|
||||
width: calc(35% - (#{$spacing-unit} / 2));
|
||||
width: -webkit-calc(40% - (#{$spacing-unit} / 2));
|
||||
width: calc(40% - (#{$spacing-unit} / 2));
|
||||
}
|
||||
|
||||
.footer-col-2 {
|
||||
|
|
@ -131,8 +131,8 @@
|
|||
}
|
||||
|
||||
.footer-col-3 {
|
||||
width: -webkit-calc(45% - (#{$spacing-unit} / 2));
|
||||
width: calc(45% - (#{$spacing-unit} / 2));
|
||||
width: -webkit-calc(60% - (#{$spacing-unit} / 2));
|
||||
width: calc(60% - (#{$spacing-unit} / 2));
|
||||
}
|
||||
|
||||
@include media-query($on-laptop) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue