five-for-the-future/themes/wporg-5ftf/css/utilities/_alignfull.scss
2023-10-18 16:49:19 +01:00

11 lines
159 B
SCSS

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