commit 6ef47eb4ec77e23957b5adf9c2ec3ac251dd5607 parent a9497de777d3ab4328f029d1c3da0e36f5e4370b Author: Francisco Boudagh <franciscoboudagh1@gmail.com> Date: Sun, 19 Dec 2021 22:03:01 +0100 Fact text width fit content but max 70% Diffstat:
| M | style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -52,7 +52,8 @@ canvas{ bottom: 0; left: 0; right: 0; - width: 70%; + width: fit-content; + max-width: 70%; height: fit-content; text-align: center; margin-top: 57vh;