diff options
author | Yuchen Pei <hi@ypei.me> | 2022-04-15 16:01:42 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-04-15 16:02:04 +1000 |
commit | 92d1664eb9d320706c4283bb4856ddfc4696b5d5 (patch) | |
tree | d319972bd631ccb54d3f783e10365d2ac1febaf9 /css | |
parent | 8a20b4a8c0cb280ef8bd98a68f101696a97fb015 (diff) |
adding weblabels for js used for comments.
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; } |