Move sale badge to left on smaller viewports to fix gallery conflict

This commit is contained in:
Jonathan Sadowski 2020-11-30 12:12:06 -06:00
parent 3e2d57f832
commit bc2f7d08d2
1 changed files with 2 additions and 0 deletions

View File

@ -2324,6 +2324,8 @@ a.reset_variations {
}
.onsale {
right: auto;
left: -1rem;
font-size: 1rem;
}
}