mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 11:53:45 +03:00

Reduce scope of alignfull class, due to use in global footer. See: https://a8c.slack.com/archives/C0393K4ADM3/p1697642953336279?thread_ts=1697614571.486719&cid=C0393K4ADM3
11 lines
159 B
SCSS
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;
|
|
}
|