From 5816b5de29c0fb9937a288a8d216b988d3effa50 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 28 Apr 2019 13:13:53 +0700 Subject: [PATCH] Set min width to 1024px --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 37f3039..3feeab9 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { color: #333; - min-width: 900px; + min-width: 1024px; } a {