From 52d69b23c814fb125c9fde3dc92a680365815c37 Mon Sep 17 00:00:00 2001 From: TranNhi27 <18521208@gm.uit.edu.vn> Date: Wed, 22 May 2024 23:29:55 +0700 Subject: [PATCH] change max-width to 420 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c1959fd..ff2e9d8 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ #unity-container { width: 100vw; /* Fill the viewport width */ - max-width: 520px; + max-width: 420px; height: 100vh; /* Fill the viewport height */ display: flex; justify-content: center;