Skip to content

Commit b01db30

Browse files
committed
小さい端末以外ではOpacityを上げた
1 parent 1b08ed0 commit b01db30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/imagecard/ImageLine.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const imageLinePaddingSize = {
88

99
const ImageLine: FC<ImageLineProps> = ({ lineArray }) => {
1010
return (
11-
<div className="relative flex gap-12 opacity-25 px-6 py-8 image-line-anim">
11+
<div className="relative flex gap-12 opacity-25 md:opacity-40 px-6 py-8 image-line-anim">
1212
{lineArray.map((v, i) => (
1313
<div key={i} className="flex h-full justify-between gap-12">
1414
{v}

0 commit comments

Comments
 (0)