citrun

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

commit 1fb19946235b5fb089fa77e504c89c71a62ef6ec
parent 4044fe3f56d911a9d476cce474264c057cc17bef
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 30 Jul 2016 22:51:25 -0600

www: use 1.5 em font

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

diff --git a/www/citrun.css b/www/citrun.css @@ -6,7 +6,7 @@ li { line-height: 1.5em; } body { max-width: 80ch; margin: auto; - font-size: 2em ; + font-size: 1.5em ; font-family: monospace; }