mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
footer and header adjustemnts
This commit is contained in:
parent
42180b6ecb
commit
6b13a8f93f
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
// NOTE: !important is used because we are overriding default
|
// NOTE: !important is used because we are overriding default
|
||||||
// USWDS paddings in a few locations
|
// USWDS paddings in a few locations
|
||||||
@media (min-width: 64em) {
|
@include at-media(desktop) {
|
||||||
.grid-container--widescreen {
|
.grid-container--widescreen {
|
||||||
padding-left: $widescreen-left-padding !important;
|
padding-left: $widescreen-left-padding !important;
|
||||||
padding-right: $widescreen-right-padding !important;
|
padding-right: $widescreen-right-padding !important;
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="usa-banner__content usa-accordion__content" id="gov-banner-default">
|
<div class="usa-banner__content usa-accordion__content padding-left--widescreen margin-x-0" id="gov-banner-default">
|
||||||
<div class="grid-row grid-gap-lg">
|
<div class="grid-row grid-gap-lg">
|
||||||
<div class="usa-banner__guidance tablet:grid-col-6">
|
<div class="usa-banner__guidance tablet:grid-col-6">
|
||||||
<img class="usa-banner__icon usa-media-block__img" src="{% static 'img/icon-dot-gov.svg' %}" role="img"
|
<img class="usa-banner__icon usa-media-block__img" src="{% static 'img/icon-dot-gov.svg' %}" role="img"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<div class="usa-footer__contact-links
|
<div class="usa-footer__contact-links
|
||||||
mobile-lg:grid-col-6 flex-align-self-center"
|
mobile-lg:grid-col-6 flex-align-self-center"
|
||||||
>
|
>
|
||||||
<address class="usa-footer__address">
|
<address class="usa-footer__address maxw-none">
|
||||||
<div class="usa-footer__contact-info grid-row grid-gap-md">
|
<div class="usa-footer__contact-info grid-row grid-gap-md">
|
||||||
{% if show_manage_your_domains %}
|
{% if show_manage_your_domains %}
|
||||||
<div class="grid-col-auto">
|
<div class="grid-col-auto">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue