diff options
author | Freya Murphy <freya@freyacat.org> | 2024-03-30 16:36:54 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-03-30 16:36:54 -0400 |
commit | 1f647374a8cdf3bc5c2d29ff8be277b027925c8c (patch) | |
tree | 9fdf42d250edb941de13ecd1aab9185ba2b30b00 /web/public/css | |
parent | rename views to _views (diff) | |
download | xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.tar.gz xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.tar.bz2 xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.zip |
post comments, refactor post loading, hide load more btn
Diffstat (limited to 'web/public/css')
-rw-r--r-- | web/public/css/post.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/public/css/post.css b/web/public/css/post.css index 6ad14ba..4030da3 100644 --- a/web/public/css/post.css +++ b/web/public/css/post.css @@ -10,3 +10,7 @@ .action-load-comments { margin-left: 4rem; } + +#action-load-posts { + justify-content: center; +} |