commit d71ff582e1b700361de8882c4677e7080d1bf018
parent 99e4731e1941b72da3ef8cb8c6f538995f9c2af1
Author: William Lindholm <william_lindholm@outlook.com>
Date: Mon, 20 Dec 2021 13:26:24 +0100
Changed size of max height.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -69,7 +69,7 @@ canvas{
transition: background-color 1s, box-shadow 1s;
overflow: scroll;
height: fit-content;
- max-height: 30%;
+ max-height: 30vh;
overflow-x: hidden;
}
@@ -208,7 +208,7 @@ footer{
font-size: 1.4em;
margin-top: 50vh;
max-width: 90%;
- max-height: 20%;
+ max-height: 20vh;
}
}