Reduce width of posts sidebar

This commit is contained in:
sepia 2025-08-02 18:52:37 -05:00
parent f2ddb2b5c5
commit b4506d52cc
2 changed files with 3 additions and 4 deletions

View file

@ -24,10 +24,7 @@
</header>
<main id="primary" style="display: flex; justify-content: space-between;">
{{{content}}}
<aside
id="sidebar"
style="width: 60ch; padding: var(--line-height) 1ch;"
></aside>
<aside id="sidebar"></aside>
</main>
</body>
</html>