From 6a5ef9672ca18c985fddf16a1ff00f07220e1048 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 6 Feb 2022 18:07:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Added=20max-width=20to=20project?= =?UTF-8?q?=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 768def4..882c29f 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -450,8 +450,8 @@ a { left: 50%; transform: translate(-50%, -50%); - width: Calc(100vw - 25px); - max-width: 80%; + width: 95%; + max-width: 900px; max-height: Calc(100vh - 150px); overflow-y: scroll;