fixing margin of .post-text

This commit is contained in:
myleneb 2015-08-10 10:57:58 +02:00
parent 0a173c8a1e
commit d05f121e55
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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