tweak margin

This commit is contained in:
rimu 2024-03-27 15:32:50 +13:00
parent 0cf0238756
commit 46bfa7890b

View file

@ -1,4 +1,4 @@
<div class="btn-group mt-1 mb-2">
<div class="btn-group mt-3 mb-2">
{% if community.is_owner() or current_user.is_admin() %}
<a href="{{ url_for('community.community_edit', community_id=community.id) }}" class="btn {{ 'btn-primary' if current == '' or current == 'edit_settings' else 'btn-outline-secondary' }}" rel="nofollow noindex">
{{ _('Settings') }}