Corrected the "on sale" badge display

This commit is contained in:
Christopher Allford 2020-11-24 14:06:04 -08:00
parent c3a940be6f
commit d343527949
1 changed files with 4 additions and 6 deletions

View File

@ -173,12 +173,10 @@ a.button {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
&::after { &::before {
content: ''; content: '';
display: block; float: left;
height: 0; padding-top: 100%;
width: 100%;
padding-bottom: 100%;
} }
} }