From 1746e2437cf576dd3be94780adb00b75cdfb91fc Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Sun, 14 Jan 2024 00:57:05 +0100 Subject: [PATCH] CSS: Minor width change --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0c7433a..9360853 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ html, body { width: fit-content; } #view { - width: 244.5px; + width: 246px; height: 60px; background-color: #ccc; border: 1px solid #000;