diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-12 10:44:33 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-12 10:44:33 -0600 |
commit | b471347e0477fa410b3f2c595dfbd3d90bf44140 (patch) | |
tree | e86d7b71e18eed26a762a706ac4eea5ba580f02b /design | |
parent | 693d25a4f30763ae8e8a3a8f5d297cc19daaf047 (diff) |
cleaned up footer btns
Diffstat (limited to 'design')
-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; |