From d05f121e55f537f6fa02b3e97c9c0b6951257396 Mon Sep 17 00:00:00 2001 From: myleneb Date: Mon, 10 Aug 2015 10:57:58 +0200 Subject: [PATCH] fixing margin of .post-text --- css/style.css | 2 +- sass/layout/_postboard.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5e4cc1e..e59ba67 100644 --- a/css/style.css +++ b/css/style.css @@ -1383,7 +1383,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { } .post-text { - margin: 0 0 0 58px; + margin: 0 0 0 63px; word-wrap: break-word; min-height: 28px; padding: 0; diff --git a/sass/layout/_postboard.sass b/sass/layout/_postboard.sass index 558c4ae..21abdc1 100755 --- a/sass/layout/_postboard.sass +++ b/sass/layout/_postboard.sass @@ -162,7 +162,7 @@ color: lighten($dark-grey,5%) .post-text - margin: 0 0 0 ($mini-usr-img +10) + margin: 0 0 0 ($mini-usr-img +15) word-wrap: break-word min-height: $mini-usr-img - 20 padding: 0