citrun

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

commit 8c21cad189ee8a5acb760e65b385ce8b49f9f3be
parent c7613333b5d82c338611d7b906a7d4aedf2f7338
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 20 Aug 2016 01:25:16 -0600

www: skinny but make screenshot wider

Diffstat:
Mwww/citrun.css | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

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: 80ch; + max-width: 45em; padding: 10px; margin: auto; font-family: sans-serif; @@ -13,7 +13,5 @@ body { } .screenshot { - width: 90%; - margin-left: 5%; - margin-right: 5%; + width: 100%; }