summaryrefslogtreecommitdiff
path: root/styles/home
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-07-27 00:30:42 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-07-27 00:30:42 -0400
commitd0ec435399ff3308be1b79ad67e37321b9a97b8e (patch)
tree9298f875c7cb6328294427d8e543c9024a08798d /styles/home
parenta97fcacb0ce4d2f30fbe989ec1f62f6bd95c7e9a (diff)
[chat] Use an object instead of a list
Diffstat (limited to 'styles/home')
-rw-r--r--styles/home/base.css2
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 {