commit 64a2b70e6daed63dbc0755b4b45625305badce28 parent de0192262ac040376d56badb7ae6bb7d51f83fd4 Author: William Lindholm <william_lindholm@outlook.com> Date: Sun, 19 Dec 2021 20:02:22 +0100 Changed height of fact text element to fit content Diffstat:
| M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -43,7 +43,7 @@ canvas{ left: 0; right: 0; width: 70%; - height: 10%; + height: fit-content; text-align: center; margin-top: 28%; display: none;