From 8c4a0aa039a91344108de92ddbae0c93bb729c3f Mon Sep 17 00:00:00 2001 From: DARkmaster <43314537+flarsu@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:17:17 +0530 Subject: [PATCH] Update welcome.html --- welcome.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/welcome.html b/welcome.html index cc2461f..0fe11cf 100644 --- a/welcome.html +++ b/welcome.html @@ -6,6 +6,11 @@ .main-div{ min-width: 800px; } + @media screen and (max-width:400px){ + .main-div{ + min-width: 380px; + } + }
@@ -37,4 +42,4 @@