diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-07-27 00:30:42 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-07-27 00:30:42 -0400 |
commit | d0ec435399ff3308be1b79ad67e37321b9a97b8e (patch) | |
tree | 9298f875c7cb6328294427d8e543c9024a08798d /styles/home | |
parent | a97fcacb0ce4d2f30fbe989ec1f62f6bd95c7e9a (diff) |
[chat] Use an object instead of a list
Diffstat (limited to 'styles/home')
-rw-r--r-- | styles/home/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |