summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/main.css b/css/main.css
index 31d0c02..4d30a64 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: #444444;
- font-size: 14px;
+ font-size: 18px;
font-family: "PT Serif", Georgia, serif;
-webkit-font-smoothing: antialiased; }
@@ -38,7 +38,7 @@ a:hover {
}
p, li {
- line-height: 18px; }
+ line-height: 1.4em; }
h2 {
line-height: 18px;
@@ -84,9 +84,9 @@ hr {
#bucket {
background: rgba(255,255,255,.8);
- width: 480px;
+ width: 720px;
margin: 120px auto;
- padding: 35px;
+ padding: 2.8em;
box-sizing: border-box;
box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45);
position: relative;