From 658e30ec63f1630394d0a875ea5cb8ec2ab648d8 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 26 Jun 2019 16:56:33 -0400 Subject: [PATCH] set a minimum width for the site --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1c1da9d..45ee13b 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ * your custom CSS modifications here. */ -body { margin: 0; } +body { margin: 0; min-width: 320px; } a { transition: 0.3s; } -- 2.25.1