From adb691405c30ec43f20c31575006abbda714af12 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 4 Jun 2021 21:36:17 -0700 Subject: [PATCH] Give this div an id, #theme_links. --- frontends/etiquette_flask/templates/root.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontends/etiquette_flask/templates/root.html b/frontends/etiquette_flask/templates/root.html index a3aa81e..6470741 100644 --- a/frontends/etiquette_flask/templates/root.html +++ b/frontends/etiquette_flask/templates/root.html @@ -21,13 +21,13 @@ body margin: 0; } body > #motd, -body > div, +body > #theme_links, body > .nice_link { width: 90%; max-width: 600px; } -body > div +#theme_links { display: grid; grid-auto-flow: column; @@ -77,7 +77,7 @@ body > div {% else %} Log in {% endif %} -
+