From f28b9710ecf7e1c9ba5e8c221a02c09d3638e0d3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 9 Feb 2016 11:29:04 -0500 Subject: [PATCH] Give alpha links some more room so they don't overlap in small view --- css/front.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/front.css b/css/front.css index c2d6cb7c..67ccbd86 100644 --- a/css/front.css +++ b/css/front.css @@ -190,6 +190,7 @@ input[type="submit"].glm-member-detail-button { margin-right: .2em; font-weight: bold; text-decoration: none !important; + line-height: 2; } .glm-alpha-link a:hover { } -- 2.17.1