aboutsummaryrefslogtreecommitdiffhomepage
path: root/pollen.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'pollen.rkt')
-rw-r--r--pollen.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pollen.rkt b/pollen.rkt
index e054ac4..3aa00d6 100644
--- a/pollen.rkt
+++ b/pollen.rkt
@@ -13,7 +13,7 @@
(define (badge topic)
`(div ([class "mr-1.5 mb-2"])
- (div ([class ,"flex items-center rounded-full bg-[@{celadon}]/10 px-4 py-2 text-sm font-medium leading-5 text-[@{celadon}]"]) ,topic)))
+ (div ([class ,"flex items-center rounded-full bg-[@{celadon}]/10 px-3 lg:px-4 py-1 lg:py-2 text-xs lg:text-sm font-medium leading-5 text-[@{celadon}]"]) ,topic)))
; (->badges "Haskell, Nix, Racket")
(define (->badges topics)