From aac99fce7dd80e254eac3c3032665bda1063351f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 08:05:35 -0400 Subject: optimize css --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 4a7b749..594798a 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -1,7 +1,7 @@ *,a:hover{color:#222;padding:0;margin:.6% auto} html{background:#eee;font:90% sans-serif} body{max-width:55em} -div{background:#fff;padding:.6em;border-radius:8px;box-shadow:0 0 2px} +div{background:#fff;padding:1%;border-radius:8px;box-shadow:0 0 2px} li{display:inline;margin-right:2%} img{width:7em;float:right} a{color:#33a;font-size:110%} \ No newline at end of file -- cgit v0.9.1