Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions board/_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,13 @@ def mark(key):
color:var(--fg);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",
Helvetica,Arial,sans-serif;-webkit-text-size-adjust:100%%;
overflow-wrap:anywhere}
/* 44rem is a PHONE reading measure, and these boards are read on laptops too.
Above the cap the column stops being a measure and starts being a waste:
the data boards (Heart's check table, Mind's task lists) run ~40 short
lines down a 704px strip with the rest of the screen empty. One step up on
laptop-class viewports, and only there — every narrower screen keeps the
phone shape byte for byte. */
@media(min-width:64rem){body{max-width:60rem}}
img,svg,table{max-width:100%%}
pre{overflow-x:auto}
a{color:var(--accent);text-decoration:none}
Expand Down
Loading