Reorganized PCjs settings

This commit is contained in:
Jeff Parsons 2015-12-14 08:22:07 -08:00
commit 8fcdff0a3e
11 changed files with 107 additions and 94 deletions

View file

@ -131,8 +131,8 @@
}
.footer-col-3 {
width: -webkit-calc(60% - (#{$spacing-unit} / 2));
width: calc(60% - (#{$spacing-unit} / 2));
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
width: calc(100% - (#{$spacing-unit} / 2));
}
@include media-query($on-laptop) {