styles: banner home

This commit is contained in:
lytrankieio123
2021-09-13 10:30:19 +07:00
parent 50725d982f
commit 0eddfe7c91
2 changed files with 7 additions and 4 deletions

View File

@@ -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;