Remove extraneous if statement and logo group css

This commit is contained in:
Rebecca Hsieh 2023-12-05 17:37:16 -08:00
parent eea806e64a
commit e4c4dc7614
No known key found for this signature in database
GPG key ID: 644527A2F375A379
2 changed files with 1 additions and 6 deletions

View file

@ -146,7 +146,6 @@
<header class="usa-header usa-header-basic">
<div class="usa-nav-container">
<div class="usa-navbar">
<div class="usa-logo-group">
{% block logo %}
<div class="usa-logo display-inline-block" id="extended-logo">
<strong class="usa-logo__text" >
@ -154,8 +153,6 @@
</strong>
</div>
{% endblock %}
</div>
<button type="button" class="usa-menu-btn">Menu</button>
</div>
{% block usa_nav %}

View file

@ -8,14 +8,12 @@
<div class="grid-row grid-gap">
<div class="tablet:grid-col-3">
{% if not is_analyst_or_superuser or not analyst_action or analyst_action_location != domain.pk %}
<p class="font-body-md margin-top-0 margin-bottom-2
text-primary-darker text-semibold"
>
<span class="usa-sr-only"> Domain name:</span> {{ domain.name }}
</p>
{% endif %}
{% if domain.domain_info %}
{% include 'domain_sidebar.html' %}
{% endif %}