mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
fixed domain request view
This commit is contained in:
parent
0597eac175
commit
6ffe8b709d
2 changed files with 6 additions and 2 deletions
|
@ -113,7 +113,11 @@
|
|||
</button>
|
||||
</div>
|
||||
</header>
|
||||
<<<<<<< Updated upstream
|
||||
<div class="usa-banner__content usa-accordion__content padding-x--widescreen margin-x-0" id="gov-banner-default">
|
||||
=======
|
||||
<div class="usa-banner__content usa-accordion__content padding-left--widescreen" id="gov-banner-default">
|
||||
>>>>>>> Stashed changes
|
||||
<div class="grid-row grid-gap-lg">
|
||||
<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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% load custom_filters %}
|
||||
{% load static url_helpers %}
|
||||
<main id="main-content" class="grid-container grid-container--widescreen">
|
||||
<div class="grid-row {% if not is_widescreen_centered %}max-width--grid-container{% endif %}">
|
||||
<div class="{% if not is_widescreen_centered %}max-width--grid-container{% endif %}">
|
||||
<div class="grid-col desktop:grid-col-8 {% if is_widescreen_centered %}desktop:grid-offset-2{% endif %}">
|
||||
{% block breadcrumb %}
|
||||
{% if portfolio %}
|
||||
|
@ -140,7 +140,7 @@
|
|||
{% endblock modify_request %}
|
||||
</div>
|
||||
|
||||
<div class="grid-col {% if is_widescreen_centered %}desktop:grid-offset-2 maxw-tablet{% endif %}">
|
||||
<div class="grid-col maxw-fit-content {% if is_widescreen_centered %}desktop:grid-offset-2{% endif %}">
|
||||
{% block request_summary_header %}
|
||||
<h2 class="text-primary-darker"> Summary of your domain request </h2>
|
||||
{% endblock request_summary_header%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue