about summary refs log tree commit diff
path: root/stylesheets
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2018-02-21 18:05:35 +0100
committerGeorg Lukas <georg@op-co.de>2018-02-21 18:05:35 +0100
commit11a55b09c1db5fc217a72664122ec0789f05671e (patch)
tree891e28a9b2f43f4a33836ab74d806e1f69a062f4 /stylesheets
parent12efe3ee0a694f937b13d9123e9287dbeee95e2e (diff)
downloadphp-xmpp-invitation-11a55b09c1db5fc217a72664122ec0789f05671e.tar.gz
Style: add padding between list items for better tapability
Diffstat (limited to 'stylesheets')
-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;