diff options
Diffstat (limited to 'site/css')
-rw-r--r-- | site/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 |