Better Home Page Responsiveness

This commit is contained in:
2023-12-30 01:24:08 -03:00
parent 7874bce94d
commit 9c1c72812a

View File

@@ -120,6 +120,7 @@
.stack-slider { .stack-slider {
height: 65%; height: 65%;
min-height: 425px;
} }
@@ -138,3 +139,14 @@
height: 30%; height: 30%;
} }
} }
@media only screen and (max-height: 750px) {
.stack-section {
height: fit-content;
}
.stack-slider {
height: fit-content;
/*min-height: 425px;*/
}
}