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;
justify-content: center;
&::after {
&::before {
content: '';
display: block;
height: 0;
width: 100%;
padding-bottom: 100%;
float: left;
padding-top: 100%;
}
}