diff --git a/source/css/molecules/badge.pcss b/source/css/molecules/badge.pcss
index b231a5bdeb30d0de00810b5f71929cc908d22f95..fa104180cb76cb4349abe0d783f074325aa1295c 100644
--- a/source/css/molecules/badge.pcss
+++ b/source/css/molecules/badge.pcss
@@ -14,14 +14,14 @@
   }
 
   .badge__occupation {
-    @apply uppercase text-sm max-w-sm my-1;
+    @apply uppercase text-xs max-w-sm my-1 leading-tight;
   }
 
   .badge__link {
     @apply text-sm font-light block w-full;
 
     &:not(:first-child) {
-      @apply pt-1;
+      @apply mt-1;
     }
   }
 }
@@ -32,6 +32,6 @@
   }
 
   .badge__occupation {
-    @apply uppercase text-sm max-w-sm my-0;
+    @apply uppercase text-xs max-w-sm;
   }
 }