aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/FormListing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FormListing.tsx b/src/components/FormListing.tsx
index 0905903..7bd841f 100644
--- a/src/components/FormListing.tsx
+++ b/src/components/FormListing.tsx
@@ -33,7 +33,7 @@ function FormListing({ form }: FormListingProps): JSX.Element {
}
&:hover {
- transform: scale(1.01);
+ transform: scale(1.03);
}
`;