diff --git a/src/components/Views/Topic.tsx b/src/components/Views/Topic.tsx
index a50bf23a..934e4ec9 100644
--- a/src/components/Views/Topic.tsx
+++ b/src/components/Views/Topic.tsx
@@ -122,9 +122,7 @@ export const TopicView = (props: TopicProps) => {
wrapper={'author'}
/>
-
-
-
+
{
wrapper={'top-article'}
/>
-
-
-
-
-
{title()}
-
- {(article) => (
-
- )}
-
-
-
-
-
-
5}>
diff --git a/src/styles/app.scss b/src/styles/app.scss
index cb43480c..2e23e357 100644
--- a/src/styles/app.scss
+++ b/src/styles/app.scss
@@ -456,7 +456,7 @@ figcaption {
font-weight: bold;
list-style: none;
margin: 2.4rem 0 0;
- //padding: 0;
+ padding: 0;
.all-topics-page & {
@include media-breakpoint-down(sm) {