From d0ec435399ff3308be1b79ad67e37321b9a97b8e Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 27 Jul 2022 00:30:42 -0400 Subject: [chat] Use an object instead of a list --- styles/home/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/home') diff --git a/styles/home/base.css b/styles/home/base.css index 8daae31..8cbdffa 100644 --- a/styles/home/base.css +++ b/styles/home/base.css @@ -35,7 +35,7 @@ div.content { align-items: center; - width: min-content; + width: 60%; } a, button { -- cgit v1.2.3