reponsive: product list page

This commit is contained in:
unknown 2021-09-10 17:57:11 +07:00
parent 5b879c4e97
commit 53df729708
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
}
}
.filter{
@screen md {
@screen xl {
display: none;
}
}

View File

@ -1,8 +1,12 @@
@import "../../../styles/utilities";
.menuNavigationProductListDesktop{
@screen sm-only {
@screen sm {
@apply hidden;
}
@screen xl {
@apply block;
}
}
.menuNavigationProductListMobile{
@apply relative transition-all duration-100;