diff options
author | 2021-04-24 01:15:30 +0300 | |
---|---|---|
committer | 2021-04-24 01:15:30 +0300 | |
commit | 5359c1ef7dadd199d13a9db013bd7b055b48177f (patch) | |
tree | ffbdeb583487edcaa0375d96b46751a32b2ca42a | |
parent | Merge pull request #215 from python-discord/dependabot/npm_and_yarn/copy-webp... (diff) |
Updates Home Page Form Entry Expansion
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | src/components/FormListing.tsx | 2 |
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); } `; |