@include susy-media($desktop) { .col-full { @include clearfix; @include container($container-width); box-sizing: content-box; } .site-content { @include clearfix; padding: ms(4) 0; } /*-------------------------------------------------------------- # Archive Post --------------------------------------------------------------*/ body.blog, body.search, body.archive { article { border-bottom: 1px solid $black-10; margin-bottom: ms(2); padding-bottom: ms(2); } } /** * List style * * Thumbnail - Title & Posts * */ .blog.post-list { .post { @include clearfix; } .post-thumbnail { float: left; width: 460px; margin-right: 20px; } } .archive.post-list { .post { @include clearfix; } .post-thumbnail { float: left; width: 460px; margin-right: 20px; } } .search.post-list { .page { @include clearfix; } .post { @include clearfix; } .post-thumbnail { float: left; width: 460px; margin-right: 20px; } } /** * Footer widgets */ .footer-widgets { @include clearfix; padding-top: ms(3); border-bottom: 1px solid rgba($white-color, .7); &.col-2 { .block { @include span(6 of 12); &.footer-widget-2 { @include last; } } } &.col-3 { .block { @include span(4 of 12); &.footer-widget-3 { @include last; } } } &.col-4 { .block { @include span(3 of 12); &.footer-widget-4 { @include last; } } } } } // End @include susy-media($desktop)