WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto

style(web): make board cards full-width on all screen sizes (#59)

Remove responsive grid overrides so boards stack in a single column
at every viewport, freeing up horizontal space for future additions
like topic counts and latest-topic metadata.

authored by

Malpercio and committed by
GitHub
2a42821c 988af01b

-8
-8
apps/web/public/static/css/theme.css
··· 831 831 --content-width: 720px; 832 832 } 833 833 834 - .board-grid { 835 - display: grid; 836 - grid-template-columns: repeat(2, 1fr); 837 - } 838 - 839 834 .topic-row { 840 835 flex-direction: row; 841 836 align-items: baseline; ··· 870 865 --input-border: 3px solid var(--color-border); 871 866 } 872 867 873 - .board-grid { 874 - grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 875 - } 876 868 } 877 869 878 870 /* ─── Mobile-specific overrides ────────────────────────────────────────── */