added back things i changed by accident

This commit is contained in:
asaki222 2024-10-07 19:17:29 -04:00
parent 1aaefde0c4
commit 22d0833be2
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
2 changed files with 2 additions and 2 deletions

View file

@ -928,4 +928,4 @@ ul.add-list-reset {
.organization-admin-label {
font-weight: 600;
font-size: .8125rem;
}
}

View file

@ -5,7 +5,7 @@
{% block domain_content %}
{{ block.super }}
<div class="margin-top-4 tablet:grid-col-10">
<h2 class="text-bold text-primary-dark">{{ domain.name }}</h2>
<h2 class="text-bold text-primary-dark domain-name-wrap">{{ domain.name }}</h2>
<div
class="usa-summary-box dotgov-status-box padding-bottom-0 margin-top-3 padding-left-2{% if not domain.is_expired %}{% if domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %} dotgov-status-box--action-need{% endif %}{% endif %}"
role="region"