Skip to content
Snippets Groups Projects

Issue-cascade-3490361/3490361-need-space-from:Added space both side

Open Dhruv Mittal requested to merge issue/cascade-3490361:3490361-need-space-from into 1.x
Files
3
+ 5
0
@@ -27,6 +27,11 @@ body {
text-rendering: optimizeSpeed;
}
.container{
max-width: 1180px;
margin: 0 auto;
}
:is(p, ul, ol) {
margin-block: unset;
color: hsl(var(--hue-body), var(--sat-body), var(--lum-body));
Loading