forked from rDrama/rDrama
1
0
Fork 0

add padding to /live

master
Aevann1 2022-09-22 20:35:25 +02:00
parent ce30fa4064
commit 40cd38d052
1 changed files with 31 additions and 29 deletions

View File

@ -13,6 +13,7 @@
border-radius: 4px;
}
</style>
<div class="px-2">
<h1 class="py-3"><i class="fas fa-circle mr-3" style="color:red"></i>Live</h1>
<div class="overflow-x-auto">
<table class="table table-striped mb-5">
@ -44,4 +45,5 @@
</tbody>
</table>
</div>
</div>
{% endblock %}