summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author‮noisawe <3evasion@gmail.com>2017-11-07 23:19:11 +0100
committer‮noisawe <3evasion@gmail.com>2017-11-07 23:19:11 +0100
commitb5c3a0197fec071fd8a81aaaa3a4c822ce60d04d (patch)
treecd1817dcdd38b0cbae5c263f5d2762cc16272d9b
parent7d443f977fc156c858c97af9515a3fecfcfd9278 (diff)
downloadiro-b5c3a0197fec071fd8a81aaaa3a4c822ce60d04d.tar.gz
Remove padding
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 32897bd..1bcfdff 100644
--- a/style.css
+++ b/style.css
@@ -115,6 +115,10 @@ a {
text-decoration: none;
}
+ul {
+ padding-left: 0;
+}
+
li {
color: var(--text-color);
display: inline-block;