From 14961d75fd7342b8bb710c501eba536e99873291 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 29 Sep 2020 17:18:46 -0700 Subject: [PATCH] Let homepage use width 90% max 600 instead of straight 50%. --- frontends/etiquette_flask/templates/root.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/root.html b/frontends/etiquette_flask/templates/root.html index 7738780..f50051d 100644 --- a/frontends/etiquette_flask/templates/root.html +++ b/frontends/etiquette_flask/templates/root.html @@ -20,10 +20,12 @@ body height: 100%; margin: 0; } +body > #motd, body > div, body > .nice_link { - width: 50%; + width: 90%; + max-width: 600px; } body > div {