summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 21:53:50 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 21:53:50 -0500
commita2c60f50d267f023830ed220120aaf8624c36872 (patch)
treea56e9ad0e153d2af2aa9a0e3b2d5ceed46fa55e9 /src/main.scss
parenta6fa6e3fcb032e2867b744fb6e9fee362cc8cd3a (diff)
get rid of pointless padding
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss
index 4eb6fb7..52bca7c 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -119,6 +119,7 @@ body.index {
ul {
list-style: none;
display: table;
+ padding: 0;
li {
display: table-row;
line-height: 1.3em;