diff --git a/frontends/etiquette_flask/templates/root.html b/frontends/etiquette_flask/templates/root.html index 91a4ff4..679c828 100644 --- a/frontends/etiquette_flask/templates/root.html +++ b/frontends/etiquette_flask/templates/root.html @@ -21,31 +21,31 @@ body margin: 0; } body > #motd, -body > #theme_links, +body > .link_group, body > .nice_link { width: 90%; max-width: 600px; } -#theme_links +.link_group { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; grid-gap: 8px; } -.nice_link, .plain_link +.nice_link { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 8px 0; + height: 40px; + background-color: var(--color_transparency); } .nice_link { - height: 40px; - background-color: var(--color_transparency); } .nice_link:hover { @@ -77,12 +77,16 @@ body > .nice_link {% else %} Log in {% endif %} -