FEATURE handling extra wide class

This commit is contained in:
Antoine M 2026-01-27 13:59:36 +01:00
parent 0a1b3193eb
commit 304ab57c00

View File

@ -20,3 +20,7 @@ ol li {
content: counter(list-item) ' • ';
}
}
.align-extra-wide {
max-width: var(--wp--style--global--wide-size, 1280px);
}