From 0e5e11804fbdd8d5f613a0c41f3b1d030e9883c0 Mon Sep 17 00:00:00 2001 From: yehor Date: Fri, 19 Jan 2024 13:31:29 +0200 Subject: [PATCH] Fix width --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 3530472..7430e0d 100644 --- a/index.html +++ b/index.html @@ -27,9 +27,8 @@ div#inner { vertical-align: middle; } div#container { - width: 28rem; + max-width: 28rem; margin: 0 auto; - } .dot {