diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-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 b370fb4..c16aeaf 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -440,7 +440,7 @@ a.link_to_this { background-image: image-url('link-icon.png'); background-position: center center; background-repeat: no-repeat; - background-size: 80% 80%; + background-size: 70% 70%; border-radius: 50%; height: 20px; width: 20px; |