citrun

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

commit d6388a296ce7e6bf5ceb0f670e5fcbc9f772c1c4
parent 9c11838361f46378f9a8b891d8991bc62e991e83
Author: kyle <kyle@0x30.net>
Date:   Thu, 19 Jan 2017 00:30:23 -0700

www: increase max width 25%

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: 40em; + max-width: 50em; padding: 10px; margin: auto; }