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{
|
.filter{
|
||||||
@screen md {
|
@screen xl {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user