From 69edfb7f95118f5a68f56b02f2fa3bf837aa138b Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Fri, 28 Jan 2022 02:03:22 +0000 Subject: [PATCH] update max end screen image width to 80vw --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index e222103..4c6e3b5 100644 --- a/styles.css +++ b/styles.css @@ -127,6 +127,10 @@ body { width: fit-content; } +#end_screen_image { + max-width: 80vw; +} + #keyboard { display: flex; flex-direction: column;