better spacing between comments

This commit is contained in:
Fabiano Alencar 2018-04-03 14:27:43 -03:00
parent b1f9242731
commit 4407496ac9
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
}
.media-body{
.comment-text{
max-width: 60vw;
@media only screen and (min-width: 576px){
margin-left: 0.5rem;
}

View File

@ -15,7 +15,7 @@
}
?>
</li>
<li class="list-inline-item float-right"><a href=""><?php _e('Back'); ?></a></li>
<li class="list-inline-item float-right"><a href="javascript:history.go(-1)"><?php _e('Back'); ?></a></li>
</ul>
</div>
</div>