Styling buttons on feed page

This commit is contained in:
Chris Troutner
2026-09-20 19:01:19 -07:00
parent 698a732a87
commit f7809d03cb
@@ -560,6 +560,13 @@
line-height: 1.5; line-height: 1.5;
} }
.posts-feed-tabs {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 0.85rem;
}
.recent-posts-count { .recent-posts-count {
display: inline-block; display: inline-block;
margin-top: 0.85rem; margin-top: 0.85rem;