fixed left padding for domain request pages

This commit is contained in:
CocoByte 2024-12-12 22:13:31 -07:00
parent 482b9b7dff
commit fd8c3c31f4
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -3,7 +3,7 @@
{% block title %}{{form_titles|get_item:steps.current}} | Request a .gov | {% endblock %} {% block title %}{{form_titles|get_item:steps.current}} | Request a .gov | {% endblock %}
{% block content %} {% block content %}
<div class="grid-container grid-container--widescreen"> <div class="grid-container grid-container--widescreen desktop:padding-left-6">
<div class="grid-row grid-gap"> <div class="grid-row grid-gap">
<div class="tablet:grid-col-3"> <div class="tablet:grid-col-3">
{% include 'domain_request_sidebar.html' %} {% include 'domain_request_sidebar.html' %}