From 8902ff7845f1bbf77e8949255e48d01d48ac981e Mon Sep 17 00:00:00 2001 From: Andrey Koppel Date: Mon, 3 Jul 2017 22:53:57 +0800 Subject: [PATCH] Added `min-width: 920px` for body. Since content and header uses `.center` class styles which has `width: 920px;`. Fix for issue https://github.com/elm-lang/package.elm-lang.org/issues/240 --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 0ecbecd1..e7a8941a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -8,6 +8,7 @@ html, head, body { body { font-family: 'Source Sans Pro', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Vera Sans', 'Helvetica Neue', sans-serif; color: #293c4b; + min-width: 920px; } h1, h2, h3, h4 {