From 3ce5542cb285a114dc3f965f043855a770b436ee Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Fri, 29 Sep 2023 12:02:19 -0500 Subject: [PATCH] Removed letterboxing to better show images. --- dynamic-programming/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamic-programming/src/index.css b/dynamic-programming/src/index.css index c271239..b5859fb 100644 --- a/dynamic-programming/src/index.css +++ b/dynamic-programming/src/index.css @@ -33,7 +33,6 @@ body { min-height: var(--minimum-app-size); width: 100%; height: 100%; - max-width: 62.5vh; background: var(--app-background-color); overflow-x: hidden; overflow-y: scroll; -- GitLab