Change section-outlined right padding from 16 to 32

This commit is contained in:
Rachid Mrad 2024-08-29 18:05:25 -04:00
parent 141037170d
commit b9175f582b
No known key found for this signature in database

View file

@ -45,7 +45,7 @@ body {
background-color: color('white');
border: 1px solid color('base-lighter');
border-radius: 4px;
padding: 0 units(2) units(3);
padding: 0 units(4) units(3) units(2);
margin-top: units(3);
&.margin-top-0 {