From bc2e88786c23e80f3f25ad5366a891e100d6e14e Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 3 Apr 2022 19:00:31 +0930 Subject: [PATCH] Make web interface even more marginally better. --- web/data/dau.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/data/dau.css b/web/data/dau.css index 7e76d81..d87f90e 100644 --- a/web/data/dau.css +++ b/web/data/dau.css @@ -29,6 +29,7 @@ body { height: 100%; background-color: #333; padding: 2em; + max-width: 80em; } body { @@ -36,7 +37,6 @@ body { display: flex; */ color: #fff; text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); - box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); } .DAU-container {