five-for-the-future/themes/wporg-5ftf/css/utilities/_alignfull.scss

11 lines
145 B
SCSS
Raw Normal View History

html {
overflow-x: hidden;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}