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
commit dd4fff8478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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