make div smaller on mobile to make footer more visible

This commit is contained in:
edbrz9 2022-12-30 16:05:51 +01:00
parent 33f50c55c6
commit ccd8deb9a1
1 changed files with 3 additions and 0 deletions

View File

@ -50,4 +50,7 @@ div.y2t-output div {
max-width: 80vw; max-width: 80vw;
} }
div#root {
min-height: 80vh;
}
} }