Karuna: Simplify alignfull rules

This commit is contained in:
Ben Dwyer 2020-11-04 21:36:47 +00:00
parent 4e6408a6b3
commit 1c27d92f79

View file

@ -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,