From a3a971870aa538b53b66e1d8fe6bf9309367b299 Mon Sep 17 00:00:00 2001 From: Lynne Lawson Date: Thu, 2 May 2019 06:22:51 +1000 Subject: [PATCH] increased min-width --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6e65e5b..84c1d0b 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ a:hover { article, footer { width: 50%; max-width: 1000px; - min-width: 400px; + min-width: 500px; margin: 0 auto; line-height:1.4em; }