|
@@ -3,8 +3,8 @@
|
|
* - Reset the browser
|
|
* - Reset the browser
|
|
*/
|
|
*/
|
|
body {
|
|
body {
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
|
|
+ margin: 0 !important;
|
|
|
|
+ padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
body {
|
|
body {
|
|
@@ -55,11 +55,6 @@ img {
|
|
/**
|
|
/**
|
|
* These are default block editor widths in case the theme doesn't provide them.
|
|
* These are default block editor widths in case the theme doesn't provide them.
|
|
*/
|
|
*/
|
|
-.is-root-container {
|
|
|
|
- padding-left: var(--wp--custom--post-content--padding--left);
|
|
|
|
- padding-right: var(--wp--custom--post-content--padding--right);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-group.alignfull,
|
|
.wp-block-group.alignfull,
|
|
*[class*="wp-container-"] {
|
|
*[class*="wp-container-"] {
|
|
padding-left: var(--wp--custom--post-content--padding--left);
|
|
padding-left: var(--wp--custom--post-content--padding--left);
|