citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 6e3b137dc35cf65aba1b6519e6b7e7cbc9cb6b32
parent a7d52c7ff1cc7ff6a68478b78e865901a6eeda79
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue,  9 Aug 2016 20:48:05 -0600

www: nudge max-width

Diffstat:
Mwww/citrun.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -2,7 +2,7 @@ p { line-height: 1.5em; } li { line-height: 1.5em; } body { - max-width: 70ch; + max-width: 80ch; padding: 10px; margin: auto; font-family: sans-serif;