forked from rDrama/rDrama
1
0
Fork 0

less top margin

master
Aevann 2024-03-10 21:59:44 +02:00
parent 4274bb36c7
commit 9297fd1ceb
1 changed files with 1 additions and 1 deletions

View File

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