Modif footer

This commit is contained in:
Bel Curcio
2021-05-31 17:24:53 -03:00
parent 672df042d5
commit 96836b1969
3 changed files with 17 additions and 13 deletions

View File

@@ -6,8 +6,8 @@
}
}
.productDisplay {
@apply relative flex px-0 pb-0 box-border col-span-1 bg-violet;
.main {
@apply relative px-0 pb-0 box-border flex flex-col col-span-1;
min-height: 600px;
@screen md {
@@ -15,11 +15,7 @@
}
@screen lg {
margin-right: -2rem;
margin-left: -2rem;
@apply mx-0 col-span-8;
min-height: 100%;
height: 100%;
}
}
@@ -61,7 +57,7 @@
}
.sliderContainer {
@apply absolute z-10 inset-0 flex items-center justify-center overflow-x-hidden;
@apply flex items-center justify-center overflow-x-hidden bg-violet;
}
.imageContainer {