From 4847b03c671637c88a83ae977f8389165d9c9673 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 8 Aug 2016 21:42:19 +0200 Subject: Fix width to proper measurements. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 747bb8a..5b8aed5 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ h2 { .block-header, .juice { min-width: 480px; width: 50%; - max-width: 32em; + max-width: 640px; margin: 0.5em auto 0 auto; } -- cgit v1.2.3