diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css index 96c6a5e..8b8fb1d 100644 --- a/css/default.css +++ b/css/default.css @@ -46,6 +46,10 @@ footer { padding-top: .5rem; border-top-color: grey; border-top-style: solid; +} + +footer > div { + margin: auto; display: flex; justify-content: center; } |