FEATURE handling extra wide class
This commit is contained in:
parent
0a1b3193eb
commit
304ab57c00
|
|
@ -20,3 +20,7 @@ ol li {
|
||||||
content: counter(list-item) ' • ';
|
content: counter(list-item) ' • ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-extra-wide {
|
||||||
|
max-width: var(--wp--style--global--wide-size, 1280px);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user