Switched margin-bottom:16 to mb-3

This commit is contained in:
Socks 2018-03-13 23:11:21 +00:00
parent 44e53be24c
commit 8ada8b853f

View file

@ -5,7 +5,7 @@
<div class="container">
<div class="row">
{% for post in posts if not post.hidden %}
<div class="card" style="word-wrap: break-word; margin-bottom: 16px; width: 100%;">
<div class="card mx-xs-2 mb-3" style="word-wrap: break-word; width: 100%;">
<div class="card-header"><b>{{ post.poster }}</b> at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}
<span style="float: right">
{% if logged_in|lower in post.likes %}