From 53576afb18e1857f659ee1da25f3f90a3cb3cadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 16 Jul 2023 11:37:25 +0200 Subject: [PATCH] Style responsive --- res/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/style.css b/res/style.css index 6d814c4..1d1bcfa 100755 --- a/res/style.css +++ b/res/style.css @@ -120,7 +120,7 @@ div.content { } @media screen and (max-width: 1000px) { - main { + div.content { width: 100vw; }