summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-21 01:58:02 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-21 01:58:02 +0200
commit8195027907954abd740fb071dfd9f637f0020e09 (patch)
tree6c4f8de12a72c0d38fc5ce9f7379367de716ee4c
parentda9e806fb75768fc9f768117131e4583f0df7261 (diff)
Update indent for lists
-rw-r--r--static/style.css5
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 ;