mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
reponsive: product list page
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
}
|
||||
.filter{
|
||||
@screen md {
|
||||
@screen xl {
|
||||
display: none;
|
||||
}
|
||||
}
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user