forked from rDrama/rDrama
1
0
Fork 0

add margin

master
Aevann 2024-02-12 15:01:54 +02:00
parent 21a172b805
commit abd42e68d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<div class="d-flex">
<button type="submit" class="btn btn-primary ml-auto" {% if v.marseybux + v.coins < cost %}disabled{% endif %}>Create Group</button>
</div>
<p class="mt-2 mr-1" style="float: right"><b>Cost</b>: {{cost}} coins or marseybux</p>
<p class="mt-2 mr-1 ml-3" style="float: right"><b>Cost</b>: {{cost}} coins or marseybux</p>
</div>
<p class="text-danger mt-2">Warning: ping groups can get usurped from their owners if they spend more than a month not reviewing membership applications.</p>
</div>