From abde891311b7c74bebf767b535ea42b1e5fa83dc Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 17 Oct 2014 10:48:52 -0400 Subject: [PATCH] Update font size for vcard in main desktop view --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 95d0f32..75c4704 100644 --- a/style.css +++ b/style.css @@ -91,6 +91,10 @@ img { .pFooterText a { color: #a41811 !important; } +.sidebar .vcard h2 { + font-size: 13px !important; + margin: 40px 0px 3px 10px; +} .vcard { padding: 0px; border: none; -- 2.17.1