@import "./variables"; @import "./mixins"; #post-container { max-width: $content-width; width: 100%; .post { padding-bottom: 0; .content { margin-top: $inner-gap / 2; word-wrap: break-word; } .comment { .sub-card { max-width: calc(100% - #{$pfp-width} - #{$inner-gap}); } } } } #new-post { width: 100%; } #no-posts { span { display: block; } .no-posts-title { font-size: 1.4em; font-weight: bold; } }