diff --git a/frontend/projects/marketplace/src/pages/list/item/item.component.html b/frontend/projects/marketplace/src/pages/list/item/item.component.html
index 47478892a..38ef01e1e 100644
--- a/frontend/projects/marketplace/src/pages/list/item/item.component.html
+++ b/frontend/projects/marketplace/src/pages/list/item/item.component.html
@@ -3,7 +3,9 @@
- {{ pkg.manifest.title }}
+
+ {{ pkg.manifest.title }}
+
{{ pkg.manifest.description.short }}
diff --git a/frontend/projects/marketplace/src/pages/list/item/item.component.scss b/frontend/projects/marketplace/src/pages/list/item/item.component.scss
deleted file mode 100644
index 1b98d2b7f..000000000
--- a/frontend/projects/marketplace/src/pages/list/item/item.component.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-.pkg-title {
- font-family: 'Montserrat', sans-serif;
- font-weight: bold;
-}
diff --git a/frontend/projects/marketplace/src/pages/list/item/item.component.ts b/frontend/projects/marketplace/src/pages/list/item/item.component.ts
index 4997e8764..e026b6a15 100644
--- a/frontend/projects/marketplace/src/pages/list/item/item.component.ts
+++ b/frontend/projects/marketplace/src/pages/list/item/item.component.ts
@@ -5,7 +5,6 @@ import { MarketplacePkg } from '../../../types/marketplace-pkg'
@Component({
selector: 'marketplace-item',
templateUrl: 'item.component.html',
- styleUrls: ['item.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class ItemComponent {
diff --git a/frontend/projects/marketplace/src/pages/show/package/package.component.html b/frontend/projects/marketplace/src/pages/show/package/package.component.html
index 568ba45be..2bbaab1ed 100644
--- a/frontend/projects/marketplace/src/pages/show/package/package.component.html
+++ b/frontend/projects/marketplace/src/pages/show/package/package.component.html
@@ -1,7 +1,7 @@
-
-