diff options
-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 ; |