From 648136c31fc9b3596da20461d5960d4d2f262b1f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 15 Jul 2015 02:34:09 -0400 Subject: home page: Make everything bigger It was a bit cramped. It still scales down to a small size, if you have a lower screen resolution. --- (limited to 'site/common') diff --git a/site/common/css/main.css b/site/common/css/main.css index 024ae16..a92905a 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,6 +1,6 @@ *,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify} html{background:#eee;font:95% sans-serif} -body{max-width:55em} +body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} img{width:12%;float:right} -- cgit v0.9.1