From eb7353d56f81d01d772f4a10349172b31db2dfcd Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Sat, 15 Aug 2020 15:31:49 +0200
Subject: [PATCH] Fine-tune badge

---
 source/css/molecules/badge.pcss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/css/molecules/badge.pcss b/source/css/molecules/badge.pcss
index b231a5b..fa10418 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;
   }
 }
-- 
GitLab