From 2dcca7a6a8358ec342c269c29bef1ca5cd02acdb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Oct 2015 11:10:02 -0400 Subject: [PATCH] Larget logo in detail view, with phone view --- css/front.css | 3 --- views/front/members/detail.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index c1d38861..e1af27df 100644 --- a/css/front.css +++ b/css/front.css @@ -73,9 +73,6 @@ padding: 0; overflow: hidden; } -.glm-member-list-description { - padding: 20px 20px 20px 0; -} .glm-member-list-active-info h2 a { text-decoration: underline; } diff --git a/views/front/members/detail.html b/views/front/members/detail.html index b9804418..15506c31 100644 --- a/views/front/members/detail.html +++ b/views/front/members/detail.html @@ -86,7 +86,7 @@ {/if} {if $member.logo && $detail_show_logo} -
+
-- 2.17.1