diff options
-rw-r--r-- | design/sass/_footer.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/sass/_footer.scss b/design/sass/_footer.scss index b0470ce..d5970b0 100644 --- a/design/sass/_footer.scss +++ b/design/sass/_footer.scss @@ -60,15 +60,15 @@ footer[role="contentinfo"] { border: none; width: 100px; text-indent: -9999em; - line-height: 22px; - padding: 2px 7px 3px; + line-height: 19px; + padding: 2px 7px 10px; } } .liberapay-btn { background: url("img/lpdonate.svg") 0 0 no-repeat; text-indent: -9999em; display: inline-block; - line-height: 22px; + line-height: 25px; padding: 5px 7px 3px; text-decoration: none; width: 70px; |