From 424a95e0ac4a43b53cf4660a5785b5d1115cc3a6 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 17 Sep 2021 12:38:31 -0400 Subject: Adjust max width of text to fit new script URL --- public/static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/static/index.css b/public/static/index.css index bef1dbd..566dbdd 100644 --- a/public/static/index.css +++ b/public/static/index.css @@ -12,7 +12,7 @@ div#bottom-half { div#container { margin: 0 auto; - max-width: 600px; + max-width: 760px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } -- cgit