Resize sidebar

This commit is contained in:
igorkorenfeld 2022-11-09 17:55:27 -05:00
parent ba2de84ff9
commit fd04118bcb
No known key found for this signature in database
GPG key ID: 826947A4B867F659
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
{% block title %}Apply for a .gov domain {{form_titles|get_item:wizard.steps.current}}{% endblock %}
{% block content %}
<div class="grid-row">
<div class="grid-row grid-gap">
<div class="grid-col-3">
{% include 'application_sidebar.html' %}
</div>

View file

@ -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,">
<ul class="usa-sidenav">
{% for this_step in wizard.steps.all %}