summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 21:42:19 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 21:42:19 +0200
commit4847b03c671637c88a83ae977f8389165d9c9673 (patch)
tree7dbd000a904c5230a0afbc3c2117c99c954cb042 /style.css
parent46a4bd9f21af3096110652128821a90d328c0494 (diff)
Fix width to proper measurements.
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 747bb8a..5b8aed5 100644
--- a/style.css
+++ b/style.css
@@ -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