Better Home Page Responsiveness
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
|
||||
.stack-slider {
|
||||
height: 65%;
|
||||
min-height: 425px;
|
||||
}
|
||||
|
||||
|
||||
@@ -138,3 +139,14 @@
|
||||
height: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 750px) {
|
||||
.stack-section {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.stack-slider {
|
||||
height: fit-content;
|
||||
/*min-height: 425px;*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user