forked from MarseyWorld/MarseyWorld
less top margin
parent
4274bb36c7
commit
9297fd1ceb
|
@ -12,7 +12,7 @@
|
|||
<div class="container pb-4 pb-md-2">
|
||||
<div class="row justify-content-around" id="main-content-row">
|
||||
<div class="col h-100 {% block customPadding %}custom-gutters{% endblock %}" id="main-content-col">
|
||||
<h5 class="my-3 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
|
||||
<h5 class="mt-2 mb-3 ml-1 toggleable d-mob-none" style="display:inline-block">{{chat.name}}</h5>
|
||||
<b class="mt-2 ml-1 toggleable d-md-none" style="display:inline-block">{{chat.name}}</b>
|
||||
|
||||
{% if v.id == chat.owner_id %}
|
||||
|
|
Loading…
Reference in New Issue