Fixes Minor Responsiveness Issues

This commit is contained in:
2023-11-09 01:58:23 -03:00
parent 93791a60ae
commit 920701b1bb
4 changed files with 29 additions and 5 deletions

View File

@@ -117,3 +117,24 @@
font-size: 1rem;
font-weight: 100;
}
.stack-slider {
height: 65%;
}
/*ON MOBILE VIEWPORT*/
@media only screen and (max-width: 400px) {
.intro {
height: 75%;
}
.stack-section {
height: 100vh;
}
.stack {
padding-top: 60px;
width: 80%;
height: 30%;
}
}