We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0361d commit 1a6eff8Copy full SHA for 1a6eff8
1 file changed
src/app/home/FeatureCard.tsx
@@ -16,7 +16,7 @@ export const FeatureCard: FC<CardProps> = ({ title, path, description }) => {
16
};
17
18
const StyleCard = styled(Card)`
19
- transition: 0.2s;
+ transition: 0.1s;
20
21
.ant-card-head {
22
min-height: 38px;
0 commit comments