@import "./variables"; @import "./mixins"; #post-container { max-width: $content-width; width: 100%; .post { padding-bottom: 0; } } #new-post { width: 100%; } #no-posts { span { display: block; } .no-posts-title { font-size: 1.4em; font-weight: bold; } }