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.
1 parent 1b08ed0 commit b01db30Copy full SHA for b01db30
components/imagecard/ImageLine.tsx
@@ -8,7 +8,7 @@ export const imageLinePaddingSize = {
8
9
const ImageLine: FC<ImageLineProps> = ({ lineArray }) => {
10
return (
11
- <div className="relative flex gap-12 opacity-25 px-6 py-8 image-line-anim">
+ <div className="relative flex gap-12 opacity-25 md:opacity-40 px-6 py-8 image-line-anim">
12
{lineArray.map((v, i) => (
13
<div key={i} className="flex h-full justify-between gap-12">
14
{v}
0 commit comments