diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-18 09:01:56 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-18 15:56:30 +0100 |
commit | 7051ab56c83f5ab4a3205a29115a5a9d2b30afe3 (patch) | |
tree | 903359997c57781924e7022ae576c8539dc58488 | |
parent | ebf46888b39fa956cbf7596670f86c67b7b230ae (diff) |
tweak size of link to this icon
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 40ad545..3028c3d 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -602,7 +602,7 @@ a.link_to_this { } background-position: center center; background-repeat: no-repeat; - background-size: 70% 70%; + background-size: 14px; border-radius: 50%; height: 20px; width: 20px; |