From ab1a6981a7c388300192524e907e982a2d33234c Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 17 Jul 2021 15:29:44 +0100 Subject: [PATCH] changed max width of source on the result screen --- src/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/style.scss b/src/sass/style.scss index 3cc1b4fd7..db6891392 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -2094,7 +2094,7 @@ key { } .source { - width: 25vw; + max-width: 30rem; } .tags .bottom .fas {