mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
New changes
This commit is contained in:
@@ -43,8 +43,9 @@
|
||||
}
|
||||
|
||||
.thumb {
|
||||
@apply transition-transform transition-colors ease-linear duration-75 overflow-hidden
|
||||
inline-block cursor-pointer h-full;
|
||||
@apply transition-transform transition-colors
|
||||
ease-linear duration-75 overflow-hidden inline-block
|
||||
cursor-pointer h-full;
|
||||
width: 125px;
|
||||
width: calc(100% / 3);
|
||||
}
|
||||
@@ -53,6 +54,10 @@
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
.thumb img {
|
||||
height: 85% !important;
|
||||
}
|
||||
|
||||
.album {
|
||||
@apply bg-violet-dark;
|
||||
overflow-y: hidden;
|
||||
@@ -72,7 +77,7 @@
|
||||
}
|
||||
|
||||
.album {
|
||||
height: 235px;
|
||||
height: 182px;
|
||||
}
|
||||
.thumb {
|
||||
width: 235px;
|
||||
|
Reference in New Issue
Block a user