Switched margin-bottom:16 to mb-3
This commit is contained in:
parent
44e53be24c
commit
8ada8b853f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue