Merge pull request #35 from KieIO/m5-lytran

🎨 styles: descrease cart drawer width
This commit is contained in:
lytrankieio123
2021-09-09 10:30:44 +07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
width: 100%; width: 100%;
margin-right: 0; margin-right: 0;
@screen md { @screen md {
max-width: 55rem; max-width: 52rem;
} }
.top { .top {
@apply flex justify-between items-center; @apply flex justify-between items-center;