XMPP invitation landing page, without javascript
Style: add padding between list items for better tapability
Georg Lukas 2018-02-21
parent 12efe3e · commit 11a55b0
-rw-r--r--stylesheets/i.css4
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;