diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 1d55791df6..55f17a795e 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -26,7 +26,7 @@ i.e. .usa-logo { font-family: family("sans"); margin: units(4) 0; - @include at-media-max('mobile-lg') { + @include at-media-max('desktop') { margin: units(4) 0 units(4) units(2); } img { @@ -43,6 +43,16 @@ i.e. text-decoration: underline; } } + @include at-media-max('desktop') { + padding: 0 units(2); + ul li { + padding-bottom: units(1); + } + } + } + .usa-nav-container { + max-width: 100%; + padding: 0; } } @@ -345,6 +355,9 @@ td.table-empty-message { background-image: url(../img/material-icons/description.svg); } } + .table-wrapper { + overflow-x: scroll; + } } .dashboard-table { diff --git a/app/templates/components/components/header/template.njk b/app/templates/components/components/header/template.njk index 6cc8cabd8e..a4cd0d9e2c 100644 --- a/app/templates/components/components/header/template.njk +++ b/app/templates/components/components/header/template.njk @@ -44,61 +44,63 @@
-
-
diff --git a/app/templates/content_template.html b/app/templates/content_template.html index abca0be7e5..34b488bb56 100644 --- a/app/templates/content_template.html +++ b/app/templates/content_template.html @@ -11,10 +11,10 @@
{% if navigation_links %} -
+
{{ sub_navigation(navigation_links) }}
-
+
{% else %}
{% endif %} diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 65c875d7a2..2f7306f095 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -1,7 +1,7 @@ {% if help %} {% include 'partials/tour.html' %} {% else %} -