From 681aafe89e179a6e862bdd19936541303e4dae71 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Mon, 25 Sep 2023 19:54:13 -0500 Subject: [PATCH] Switched app to full width to better show DAGs. --- 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