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 */
|
||||
|
||||
.no-sidebar .alignfull {
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
margin-right: calc(50% - 50vw);
|
||||
max-width: 100vw;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX( -50% );
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.no-sidebar .wp-block-columns.alignfull,
|
||||
|
|
Loading…
Reference in a new issue