make div smaller on mobile to make footer more visible
This commit is contained in:
parent
33f50c55c6
commit
ccd8deb9a1
|
@ -50,4 +50,7 @@ div.y2t-output div {
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#root {
|
||||||
|
min-height: 80vh;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue