diff --git a/src/components/cards/Artist.vue b/src/components/cards/Artist.vue
index 9c23d10..50821ec 100644
--- a/src/components/cards/Artist.vue
+++ b/src/components/cards/Artist.vue
@@ -19,8 +19,18 @@
{{ item.name }}
{{ genres }}
- {{ item.popularity }}
- {{ item.followers.total.toLocaleString() }}
+
+ {{ item.popularity }}
+
+
+ {{ item.followers.total.toLocaleString() }}
+
diff --git a/src/components/cards/Track.vue b/src/components/cards/Track.vue
index 0973666..45b7858 100644
--- a/src/components/cards/Track.vue
+++ b/src/components/cards/Track.vue
@@ -22,13 +22,17 @@
{{ item.popularity }}
+ class="popularity corner"
+ >
+ {{ item.popularity }}
+
{{ duration }}
+ class="duration corner"
+ >
+ {{ duration }}
+