diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-08 21:42:19 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-08 21:42:19 +0200 |
commit | 4847b03c671637c88a83ae977f8389165d9c9673 (patch) | |
tree | 7dbd000a904c5230a0afbc3c2117c99c954cb042 | |
parent | 46a4bd9f21af3096110652128821a90d328c0494 (diff) |
Fix width to proper measurements.
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ h2 { | |||
66 | .block-header, .juice { | 66 | .block-header, .juice { |
67 | min-width: 480px; | 67 | min-width: 480px; |
68 | width: 50%; | 68 | width: 50%; |
69 | max-width: 32em; | 69 | max-width: 640px; |
70 | margin: 0.5em auto 0 auto; | 70 | margin: 0.5em auto 0 auto; |
71 | } | 71 | } |
72 | 72 | ||