summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-07 14:57:54 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-07 14:57:54 +0100
commit95629681cb9bc9447ea8be70b5b68574b8b8bd09 (patch)
tree3181fc3a8c8c155cc68d3767aec0092291349977 /css
parent4a0c7db3c7f4d403ac5fed0f3d68c382e8200241 (diff)
Update CSS.
Diffstat (limited to 'css')
-rw-r--r--css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index 656be90..6d30392 100644
--- a/css/main.css
+++ b/css/main.css
@@ -2,7 +2,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
margin: 0;
padding: 0;
color: #333333;
- font-size: 16px;
+ font-size: 14px;
font-family: "Gentium Book Basic", Georgia, serif;
-webkit-font-smoothing: antialiased; }
@@ -17,7 +17,7 @@ h1 {
p, li {
line-height: 18px; }
-h3 {
+h2 {
line-height: 18px;
margin-top: 18px; }
@@ -43,7 +43,7 @@ aside {
#bucket {
background: white;
- width: 620px;
+ width: 420px;
margin: 50px auto;
padding: 75px 75px 75px 225px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }