diff --git a/pages/index.tsx b/pages/index.tsx
index 697173e..23a39a4 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -130,18 +130,10 @@ const IndexContent = (props: IndexProps) => (
#{channel.name}
-
- {channel.num_members} jäsentä
-
-
-
- {channel.topic}
-
+
+ {channel.num_members} jäsentä
|
diff --git a/styles/style.scss b/styles/style.scss
index dc1e1ae..9f14683 100644
--- a/styles/style.scss
+++ b/styles/style.scss
@@ -533,7 +533,6 @@ footer {
}
}
.channels {
- width: 100%;
list-style: none;
padding: 0;
td {
@@ -583,6 +582,7 @@ footer {
}
.channel-members {
font-size: 12px;
+ margin-left: 1rem;
}
.channel-topic {
p {