mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +02:00
Change section-outlined right padding from 16 to 32
This commit is contained in:
parent
141037170d
commit
b9175f582b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ body {
|
||||||
background-color: color('white');
|
background-color: color('white');
|
||||||
border: 1px solid color('base-lighter');
|
border: 1px solid color('base-lighter');
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 0 units(2) units(3);
|
padding: 0 units(4) units(3) units(2);
|
||||||
margin-top: units(3);
|
margin-top: units(3);
|
||||||
|
|
||||||
&.margin-top-0 {
|
&.margin-top-0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue