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{ .filter{
@screen md { @screen xl {
display: none; display: none;
} }
} }

View File

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