We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sm
md
1 parent 1bd549d commit c0a41f2Copy full SHA for c0a41f2
apps/www/src/app/(main)/about/_components/DateLabel/DateLabel.tsx
@@ -8,7 +8,7 @@ export const DateLabel = ({ children }: Props) => {
8
return (
9
<span
10
className={clsx(
11
- 'border-b border-dashed border-grey-line p-8 font-mono text-sm text-grey-text sm:border-b-0',
+ 'border-b border-dashed border-grey-line p-8 font-mono text-sm text-grey-text sm:border-b-0 sm:max-md:border-r',
12
fadeUp,
13
)}
14
>
0 commit comments