Reorganized PCjs settings
This commit is contained in:
parent
b16c4ec923
commit
8fcdff0a3e
11 changed files with 107 additions and 94 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue