applied CSS feedback

This commit is contained in:
Jon Roberts 2023-04-12 13:56:48 -06:00
parent b4b037b7ee
commit 8589d989f1
No known key found for this signature in database
GPG key ID: EED093582198B041
2 changed files with 3 additions and 3 deletions

View file

@ -132,8 +132,8 @@ a.breadcrumb__back {
} }
.withdraw_outline { .withdraw_outline {
box-shadow: inset 0 0 0 2px #C41230; box-shadow: inset 0 0 0 2px color('error');
color: #C41230; color: color('error');
} }
.usa-sidenav { .usa-sidenav {

View file

@ -4,7 +4,7 @@
{% load static url_helpers %} {% load static url_helpers %}
{% block content %} {% block content %}
<div class="grid-container"> <div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">
<p><h1>Domain request for {{ domainapplication.requested_domain.name }}</h1></p> <p><h1>Domain request for {{ domainapplication.requested_domain.name }}</h1></p>