diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index ba1995fd5..094627e99 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -714,12 +714,15 @@ text-rendering: optimizelegibility; #post-content { display: table; - padding: 70px 10%; position: absolute; height: 100%; width: 100%; + .post { + padding: 70px 10%; + } + img { @include photo-shadow(); }