styles: width, height 4.8rem down to 2.4rem

This commit is contained in:
unknown 2021-08-24 16:15:52 +07:00
parent bf2a2c0832
commit e83f3e0512

View File

@ -2,11 +2,8 @@
.heartToggle{ .heartToggle{
cursor: pointer; cursor: pointer;
width: 4.8rem; width: 2.4rem;
height: 4.8rem; height: 2.4rem;
display: flex;
justify-content: center;
align-items: center;
path{ path{
stroke: theme("colors.primary"); stroke: theme("colors.primary");
} }