From af569859e5f97f2e0f8fa5195ebcf1aa3cdf13e7 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Dec 2016 15:13:20 +0100 Subject: [PATCH] Changed footer layout --- _includes/footer.html | 41 ++++++------------------------- _sass/90s/_layout.scss | 56 ------------------------------------------ 2 files changed, 7 insertions(+), 90 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 50cd642..e689ce0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,39 +1,12 @@ diff --git a/_sass/90s/_layout.scss b/_sass/90s/_layout.scss index 889df3c..40886c7 100644 --- a/_sass/90s/_layout.scss +++ b/_sass/90s/_layout.scss @@ -82,62 +82,6 @@ margin-bottom: $spacing-unit / 2; } -.contact-list, -.social-media-list { - list-style: none; - margin-left: 0; -} - -.footer-col-wrapper { - font-size: 15px; - margin-left: -$spacing-unit / 2; - @extend %clearfix; -} - -.footer-col { - float: left; - margin-bottom: $spacing-unit / 2; - padding-left: $spacing-unit / 2; -} - -.footer-col-1 { - width: -webkit-calc(35% - (#{$spacing-unit} / 2)); - width: calc(35% - (#{$spacing-unit} / 2)); -} - -.footer-col-2 { - width: -webkit-calc(20% - (#{$spacing-unit} / 2)); - width: calc(20% - (#{$spacing-unit} / 2)); -} - -.footer-col-3 { - width: -webkit-calc(45% - (#{$spacing-unit} / 2)); - width: calc(45% - (#{$spacing-unit} / 2)); -} - -@include media-query($on-laptop) { - .footer-col-1, - .footer-col-2 { - width: -webkit-calc(50% - (#{$spacing-unit} / 2)); - width: calc(50% - (#{$spacing-unit} / 2)); - } - - .footer-col-3 { - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - -@include media-query($on-palm) { - .footer-col { - float: none; - width: -webkit-calc(100% - (#{$spacing-unit} / 2)); - width: calc(100% - (#{$spacing-unit} / 2)); - } -} - - - /** * Page content */