diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-21 21:22:48 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-21 21:22:48 +0200 |
commit | 99d44dc5737ed75c70cd11f60dce67300ef081ae (patch) | |
tree | b0aa69f094d358865f2836d75a0ddb2786a6b064 | |
parent | 3b0f6f40b6380f5aa1aace8dd1fef1e29d3062bb (diff) |
Now it actually works on mobiles, too
-rw-r--r-- | style.css | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -36,7 +36,7 @@ | |||
36 | html, body { | 36 | html, body { |
37 | height: 100%; | 37 | height: 100%; |
38 | margin: 0px !important; | 38 | margin: 0px !important; |
39 | min-width: 540px; | 39 | min-width: 520px; |
40 | 40 | ||
41 | font-family: 'SourceSansPro', sans-serif; | 41 | font-family: 'SourceSansPro', sans-serif; |
42 | font-size: 14pt; | 42 | font-size: 14pt; |
@@ -53,7 +53,7 @@ html { | |||
53 | /* These describe our vertical hierarchy elementes */ | 53 | /* These describe our vertical hierarchy elementes */ |
54 | .collapsable { | 54 | .collapsable { |
55 | width: 100%; | 55 | width: 100%; |
56 | padding: 0.4em 20px 0.4em 20px; | 56 | padding: 0.4em 0 0.4em 0px; |
57 | margin-left: 0; | 57 | margin-left: 0; |
58 | margin-right: 0; | 58 | margin-right: 0; |
59 | } | 59 | } |
@@ -61,8 +61,9 @@ html { | |||
61 | /* This defindes our content width */ | 61 | /* This defindes our content width */ |
62 | .block-header, .juice { | 62 | .block-header, .juice { |
63 | overflow: hidden; | 63 | overflow: hidden; |
64 | width: 540px; | 64 | width: 480px; |
65 | margin: 0.5em auto 0 auto; | 65 | margin: 0.5em auto 0 auto; |
66 | padding: 0; | ||
66 | } | 67 | } |
67 | 68 | ||
68 | ul { | 69 | ul { |
@@ -76,7 +77,7 @@ h1 { | |||
76 | text-transform: uppercase; | 77 | text-transform: uppercase; |
77 | cursor: pointer; | 78 | cursor: pointer; |
78 | vertical-align: top; | 79 | vertical-align: top; |
79 | padding: 0px 0px 0px 20px; | 80 | padding: 0px 0px 0px 10px; |
80 | } | 81 | } |
81 | 82 | ||
82 | h1 svg { | 83 | h1 svg { |
@@ -508,6 +509,7 @@ select.zeit { | |||
508 | /* This ensures there's always enough space to push | 509 | /* This ensures there's always enough space to push |
509 | footer to the bottom of the screen */ | 510 | footer to the bottom of the screen */ |
510 | #wrapper { | 511 | #wrapper { |
512 | width: 100%; | ||
511 | min-height: 100%; | 513 | min-height: 100%; |
512 | height: auto !important; | 514 | height: auto !important; |
513 | height: 100%; | 515 | height: 100%; |
@@ -523,7 +525,7 @@ select.zeit { | |||
523 | width: 100%; | 525 | width: 100%; |
524 | min-width: 520px; | 526 | min-width: 520px; |
525 | margin: 0; | 527 | margin: 0; |
526 | padding: 50px 20px 0 20px; | 528 | padding: 50px 0px 0 0px; |
527 | 529 | ||
528 | font-size: 11pt; | 530 | font-size: 11pt; |
529 | font-weight: 300; | 531 | font-weight: 300; |