XMPP invitation landing page, without javascript
Style: add padding between list items for better tapability
| -rw-r--r-- | stylesheets/i.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css index 8431b3c..29ec1bf 100644 --- a/stylesheets/i.css +++ b/stylesheets/i.css @@ -15,6 +15,10 @@ a { color: #1863a1; } +li { + padding-bottom: 0.75em; +} + .btn:hover, .btn:focus, .btn.focus { color: #666; text-decoration: none; |