From ec092def3c9325424a24a98f77d36340d6230ca2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 23 May 2016 09:25:19 -0400 Subject: [PATCH] Adding border radius to share button --- css/app.css | 3 ++- scss/_main.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 52d9d59..45cd4dc 100644 --- a/css/app.css +++ b/css/app.css @@ -7026,7 +7026,8 @@ header { font-weight: bold; color: white; width: auto; - height: 30px; } + height: 30px; + border-radius: 3px; } #footerShareThis, #stOff { position: relative; diff --git a/scss/_main.scss b/scss/_main.scss index 9b00c49..98c47b3 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -314,6 +314,7 @@ color: white; width: auto; height: 30px; + border-radius: 3px; } #footerShareThis, #stOff{ position: relative; -- 2.17.1