From 45bd80caa41b31888fc0d43f59cc6477238e3fe8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 19 Mar 2018 15:03:53 -0700 Subject: [PATCH] Remove height:40px from plain_link. Only nice_link. --- frontends/etiquette_flask/templates/root.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/root.html b/frontends/etiquette_flask/templates/root.html index 6d9b621..a272067 100644 --- a/frontends/etiquette_flask/templates/root.html +++ b/frontends/etiquette_flask/templates/root.html @@ -16,12 +16,12 @@ body, .nice_link } .nice_link, .plain_link { - height: 40px; margin: 8px; } .nice_link { width: 50%; + height: 40px; background-color: rgba(0, 0, 0, 0.1); } .nice_link:hover