diff options
Diffstat (limited to 'served/styles/post.css')
-rw-r--r-- | served/styles/post.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/served/styles/post.css b/served/styles/post.css index 5913840..0cc6c82 100644 --- a/served/styles/post.css +++ b/served/styles/post.css @@ -2,4 +2,14 @@ --page-width: 34rem; max-width: var(--page-width); margin: 0 auto; +} + +#navtree { + display: flex; + flex-direction: row; + flex-wrap: wrap; + + margin-bottom: 1rem; + + gap: 1rem; } \ No newline at end of file |