From 559ecb5ddfa8b5878c6b9233a4650d9ad7adec75 Mon Sep 17 00:00:00 2001 From: Kiran Borge Date: Mon, 16 Oct 2023 10:42:52 -0700 Subject: [PATCH] Column width Now Consistent with other columns --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6e51182..0d74218 100644 --- a/css/style.css +++ b/css/style.css @@ -191,7 +191,7 @@ article h2 { -moz-column-width: 112px; -moz-column-gap: 10px; column-count: 2; - column-width: 117px; + column-width: 112px; column-gap: 10px; } .tertiary article:last-of-type {