diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-21 01:58:02 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-21 01:58:02 +0200 |
commit | 8195027907954abd740fb071dfd9f637f0020e09 (patch) | |
tree | 6c4f8de12a72c0d38fc5ce9f7379367de716ee4c /static | |
parent | da9e806fb75768fc9f768117131e4583f0df7261 (diff) |
Update indent for lists
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1d0a99f..f7d9ef5 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,11 @@ h2 { text-align: center ; } +ul { + margin: 1em; + padding: 0; +} + footer { max-width: 300px ; background: #EEE8D5 ; |