mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 11:53:45 +03:00
11 lines
145 B
SCSS
11 lines
145 B
SCSS
html {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.alignfull {
|
|
margin-left: calc(50% - 50vw);
|
|
margin-right: calc(50% - 50vw);
|
|
max-width: 100vw;
|
|
width: 100vw;
|
|
}
|