Karuna: Simplify alignfull rules
This commit is contained in:
parent
4e6408a6b3
commit
1c27d92f79
1 changed files with 3 additions and 5 deletions
|
@ -27,13 +27,11 @@ Description: Used to style Gutenberg Blocks.
|
||||||
/* Full Width */
|
/* Full Width */
|
||||||
|
|
||||||
.no-sidebar .alignfull {
|
.no-sidebar .alignfull {
|
||||||
width: 100vw;
|
margin-left: calc(50% - 50vw);
|
||||||
|
margin-right: calc(50% - 50vw);
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 50%;
|
width: 100vw;
|
||||||
transform: translateX( -50% );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-sidebar .wp-block-columns.alignfull,
|
.no-sidebar .wp-block-columns.alignfull,
|
||||||
|
|
Loading…
Reference in a new issue