Update samy.css

This commit is contained in:
2025-11-26 20:56:18 -05:00
parent 433d2e63a9
commit f3cd71e735

View File

@@ -210,7 +210,7 @@ body {
border: 1px solid var(--border-color);
/* Never wider than the stack column, but cap at 520px on big screens */
width: calc(45% - 10px);
width: calc(25% - 10px);
max-width: 480px;
}