From 61bb5cc7b72ae19a5de62d972a02cfbac7414ba8 Mon Sep 17 00:00:00 2001 From: Lynne Megido Date: Wed, 1 May 2019 20:32:33 +0000 Subject: [PATCH] just do 400px --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 284075a..6e65e5b 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ a:hover { article, footer { width: 50%; max-width: 1000px; - min-width: min(500px, 95vw); + min-width: 400px; margin: 0 auto; line-height:1.4em; }