Implemented Design feedback (updated margins for org domains table to match the margins for non-org domains table)

This commit is contained in:
CocoByte 2024-09-20 12:56:32 -06:00
parent 9b2b26a3e0
commit f6b2aa7a3f
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -8,7 +8,7 @@
{% if user.is_authenticated %}
{# the entire logged in page goes here #}
<div class="tablet:grid-col-12">
<div class="tablet:grid-col-11 desktop:grid-col-10 tablet:grid-offset-1">
{% block messages %}
{% include "includes/form_messages.html" %}
{% endblock %}