Set max width on forms
This commit is contained in:
parent
4c9d14e10b
commit
b8ddbff145
@ -203,6 +203,8 @@
|
|||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
margin-bottom: $action-footer-height + $large-spacing;
|
margin-bottom: $action-footer-height + $large-spacing;
|
||||||
|
max-width: $max-form-width;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&--narrow {
|
&--narrow {
|
||||||
max-width: $max-input-width;
|
max-width: $max-input-width;
|
||||||
|
@ -22,6 +22,7 @@ $large-spacing: 4rem;
|
|||||||
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
|
$max-page-width: $max-panel-width + $sidenav-expanded-width + $large-spacing;
|
||||||
$action-footer-height: 6rem;
|
$action-footer-height: 6rem;
|
||||||
$max-input-width: 46rem;
|
$max-input-width: 46rem;
|
||||||
|
$max-form-width: 62.5rem;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* USWDS Variables
|
* USWDS Variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user