move padding down to post

This commit is contained in:
Dennis Collinson 2012-03-22 18:14:29 -07:00
parent 47dbced6d7
commit 254bd9b89c

View file

@ -714,12 +714,15 @@ text-rendering: optimizelegibility;
#post-content { #post-content {
display: table; display: table;
padding: 70px 10%;
position: absolute; position: absolute;
height: 100%; height: 100%;
width: 100%; width: 100%;
.post {
padding: 70px 10%;
}
img { img {
@include photo-shadow(); @include photo-shadow();
} }