mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
styles: banner home
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
@apply grid;
|
||||
grid-template-columns: 1fr 1.8fr;
|
||||
.left {
|
||||
@apply relative flex items-end justify-center custom-border-radius-lg;
|
||||
@apply relative flex items-end justify-center shape-common-lg;
|
||||
margin-right: 1.6rem;
|
||||
.imgWrap {
|
||||
@apply absolute w-full h-full;
|
||||
top: 0;
|
||||
left: 0;
|
||||
> div {
|
||||
@apply w-full h-full custom-border-radius-lg;
|
||||
@apply w-full h-full shape-common-lg;
|
||||
}
|
||||
img {
|
||||
object-fit: cover;
|
||||
|
Reference in New Issue
Block a user