mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
use layoutMargin
& layoutPadding
from root vars
This commit is contained in:
parent
6f6b7a39e3
commit
d1d4479838
@ -163,9 +163,8 @@ body {
|
|||||||
|
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
||||||
|
|
||||||
&.noMargin {
|
margin: var(--layoutMargin);
|
||||||
margin: 0;
|
padding: var(--layoutPadding);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user