1
0
Fork 0

fix(css-theme): xxl is 2xl now

This commit is contained in:
Joost De Cock 2022-01-19 12:35:57 +01:00
parent 41a960cd8c
commit d96f618461

View file

@ -68,7 +68,8 @@ svg.freesewing.pattern {
.stroke-xl {
stroke-width: calc(var(--freesewing-pattern-scale) * 2);
}
.stroke-xxl {
.stroke-xxl,
.stroke-2xl {
stroke-width: calc(var(--freesewing-pattern-scale) * 4);
}