diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-08 15:37:13 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:34:40 +0100 |
commit | addac8d18d8d2a8073719a993eac830056e92168 (patch) | |
tree | 85240c7837d3faa56e8d77b0c87f5099e559d90d | |
parent | 6a8a8842c0e5cf5e264dfa22dd69f04d0678a6ca (diff) |
List margin bottom 1.2em.
-rw-r--r-- | style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ p { margin-bottom: 1.2em; } +ul { + margin-bottom: 1.2em; +} + body { margin: 0; background-color: white; |