citrun

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

commit 512420c5ce2369793d46faca1d26bb9bd0c607c5
parent 44c0cd2c53a9df22000a4a0914db82f4899ed681
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 18 Dec 2016 14:55:29 -0700

www: make max-width a bit skinnier

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