Better mobile scroll
All checks were successful
pipeline / build-and-push-images (push) Successful in 35s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-06 22:17:12 +01:00
parent a624ee0134
commit 9f11ba1f52
2 changed files with 17 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ function updateState(newState : string, newLane : number) {
<style>
#alias-content-wrapper {
display: flex;
min-height: 100vh;
/* min-height: 100vh; */
align-items: stretch;
width: 100%;
@@ -83,7 +83,8 @@ function updateState(newState : string, newLane : number) {
@media only screen and (max-width: 1200px) {
#alias-content-wrapper {
flex-direction: column;
margin-bottom: 120px;
padding-bottom: 120px;
margin-top: 20px;
}
}
</style>