Skip to content

Commit ae50664

Browse files
committed
responsive design
1 parent ad91fab commit ae50664

File tree

2 files changed

+124
-99
lines changed

2 files changed

+124
-99
lines changed

apps/website/src/components/Pill.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { className } = Astro.props;
66

77
<div
88
class={classNames(
9-
"bg-white py-2 px-4 gap-2.5 border border-[rgb(60,56,67)]/[0.2] rounded-full uppercase font-bold text-base w-fit leading-none tracking-normal text-secondary",
9+
"bg-white py-2 px-4 gap-2.5 border border-[rgb(60,56,67)]/[0.2] rounded-full uppercase font-bold text-base w-fit leading-none tracking-normal text-secondary whitespace-nowrap",
1010
className
1111
)}
1212
>

0 commit comments

Comments
 (0)