diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:10:17 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:10:17 -0400 |
commit | a4e7a01c2781b2e21b797da112692ee77a3acc56 (patch) | |
tree | b3d153e26b25b97a7e1e5b9a0914df7c561d07d0 /static | |
parent | f7d6efb585908719b4fcbb778b38ea03fb5641c5 (diff) |
Hashtag Content & miscellaneous fixes + tweaks
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/site.css b/static/site.css index feff29cb..2892dd87 100644 --- a/static/site.css +++ b/static/site.css @@ -509,20 +509,20 @@ h1 { margin-bottom: 0.25em; } -.quick-links { +.quick-info { text-align: center; } -ul.quick-links { +ul.quick-info { list-style: none; padding-left: 0; } -ul.quick-links li { +ul.quick-info li { display: inline-block; } -ul.quick-links li:not(:last-child)::after { +ul.quick-info li:not(:last-child)::after { content: " \00b7 "; font-weight: 800; } |