From 143dc8081d35a46572328ea4fbd166248c2daa64 Mon Sep 17 00:00:00 2001 From: TitanElectrons Date: Thu, 3 Aug 2023 23:20:51 -0500 Subject: [PATCH] Fixing CLS --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index fe56ecf..10caaa3 100644 --- a/style.css +++ b/style.css @@ -212,7 +212,8 @@ div.desc{ .row:after { content: ""; - display: table; + display: grid; + grid-template-columns: 1fr 1fr 1fr; clear: both; }