// Styles for 480px and up (30*16) // Helpers .wrapper30 { @include proper-clearfix; } .nowrapper30 { @include no-proper-clearfix; } // Homepage .block-inner-media { @include proper-clearfix; .item-wrapper-half { float: left; width: 50%; padding-left: em-calc(5px); &:first-child { padding-right: em-calc(5px); padding-left: 0; } } } .availability-panel { .content { .floor { float: left; width: 40%; padding-right: em-calc($gutter-w / 2); } .surface-area { float: left; width: 60%; padding-left: em-calc($gutter-w / 2); } } }