mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Resize sidebar
This commit is contained in:
parent
ba2de84ff9
commit
fd04118bcb
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% block title %}Apply for a .gov domain – {{form_titles|get_item:wizard.steps.current}}{% endblock %}
|
{% block title %}Apply for a .gov domain – {{form_titles|get_item:wizard.steps.current}}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="grid-row">
|
<div class="grid-row grid-gap">
|
||||||
<div class="grid-col-3">
|
<div class="grid-col-3">
|
||||||
{% include 'application_sidebar.html' %}
|
{% include 'application_sidebar.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="tablet:grid-col-4 margin-bottom-4 tablet:margin-bottom-0">
|
<div class="margin-bottom-4 tablet:margin-bottom-0">
|
||||||
<nav aria-label="Form steps,">
|
<nav aria-label="Form steps,">
|
||||||
<ul class="usa-sidenav">
|
<ul class="usa-sidenav">
|
||||||
{% for this_step in wizard.steps.all %}
|
{% for this_step in wizard.steps.all %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue