From 8189a3cff5c109fdfe488232d2844ad90fabb9a8 Mon Sep 17 00:00:00 2001 From: esudesta Date: Wed, 9 Nov 2022 11:35:11 +0300 Subject: [PATCH] removed box-sizing from style.css --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index a41fb14..b246239 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,4 @@ *{ padding:0px; margin:0px; - box-sizing: border-box; }