From 3709fafbe5118652598d938106792cef956c0055 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Fri, 5 Feb 2021 00:19:26 +0000 Subject: [PATCH] Limiting width for wide monitors. --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8e6a35e..a6fdc37 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,9 @@ align-items: center; background: lightgray; height: 92%; - width: 100%; - margin: auto 1.5em; + width: 92%; + max-width: 1280px; + margin: auto; box-shadow: 6px 8px; }