summaryrefslogtreecommitdiff
path: root/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/screen.css')
-rw-r--r--css/screen.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/css/screen.css b/css/screen.css
index e608131..b1af60f 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -9,7 +9,7 @@ html, body {
font-family: "droid_serifregular", serif;
text-rendering: optimizelegibility;
-moz-font-feature-settings: "liga";
- line-height: 130%;
+ line-height: 140%;
color: #333;
background: #fcfbf3; }
@@ -128,12 +128,13 @@ strong {
div#page {
overflow: visible;
max-width: 32rem;
- padding-left: 2rem;
- margin-right: 1rem;
- margin-bottom: 100px; }
+ padding-left: 2rem;
+ margin-right: 1rem;
+ margin-bottom: 100px; }
@media only screen and (min-width: 600px) {
div#page {
- margin-left: 9rem; }}
+ margin-left: 10rem;
+ margin-right: 4rem; }}
div#page ul {
max-width: 32rem; }
div#page p {