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:
Paul Kevan 2023-10-18 16:49:19 +01:00 committed by GitHub
parent 2880d80e12
commit 28c807b33c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;