mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Update _alignfull.scss (#232)
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
This commit is contained in:
parent
2880d80e12
commit
28c807b33c
|
@ -2,7 +2,7 @@ html {
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.alignfull {
|
||||
.entry-header .alignfull {
|
||||
margin-left: calc(50% - 50vw);
|
||||
margin-right: calc(50% - 50vw);
|
||||
max-width: 100vw;
|
||||
|
|
Loading…
Reference in a new issue