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

@ -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) {