diff --git a/src/registrar/assets/sass/_theme/_base.scss b/src/registrar/assets/sass/_theme/_base.scss index 668a6ace6..1d936a255 100644 --- a/src/registrar/assets/sass/_theme/_base.scss +++ b/src/registrar/assets/sass/_theme/_base.scss @@ -37,9 +37,9 @@ body { @include typeset('sans', 'xl', 2); color: color('primary-darker'); } - + .usa-nav__primary { - margin-top: units(1); + margin-top:units(1); } .section--outlined { diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index caecee9f3..b4aeba704 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -1,5 +1,7 @@ {# keep this on the first line #} {% load i18n static %} +{% load static url_helpers %} +
@@ -144,13 +146,13 @@- Domain name: {{ domain.name }} -
- {% endif %} -+ Domain name: {{ domain.name }} +
+ {% if domain.domain_info %} {% include 'domain_sidebar.html' %} {% endif %} @@ -42,16 +40,6 @@- Back to manage your domains -
- {% endif %} {# messages block is under the back breadcrumb link #} {% if messages %} diff --git a/src/registrar/templates/includes/footer.html b/src/registrar/templates/includes/footer.html index 47d4836f1..303c0ef74 100644 --- a/src/registrar/templates/includes/footer.html +++ b/src/registrar/templates/includes/footer.html @@ -26,6 +26,10 @@ >