diff options
author | Beat Hagenlocher | 2024-06-30 23:18:33 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-06-30 23:18:33 +0200 |
commit | 4ba7bdac6f447000f78e7e8c253006c033b23545 (patch) | |
tree | df6a95088202d5e0a76b09b79cd39d84453b2406 /pollen.rkt | |
parent | 223c5afe342023005a3b132d226460b6a739bcc3 (diff) |
Adjust styling for different screen sizes
Diffstat (limited to 'pollen.rkt')
-rw-r--r-- | pollen.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |