diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-26 15:33:02 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-26 15:33:02 +0530 |
commit | 9ecf990db43598e79b0a117e4bb5288ab6b26785 (patch) | |
tree | 3ee863ede9f7bcdb118b2de65004b13d8169d208 /client/src/components/BiometricCard | |
parent | 38f0cc2204842392d706b877cfe7f8d5ed9f792c (diff) | |
parent | 7d990a31787716b2f02a7a86d19e6e4be4881053 (diff) |
Merge pull request #21 from Blaster4385/develop
Yo Man
Diffstat (limited to 'client/src/components/BiometricCard')
-rw-r--r-- | client/src/components/BiometricCard/BiometricCard.module.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/components/BiometricCard/BiometricCard.module.css b/client/src/components/BiometricCard/BiometricCard.module.css index ca6f46a..74c3c3b 100644 --- a/client/src/components/BiometricCard/BiometricCard.module.css +++ b/client/src/components/BiometricCard/BiometricCard.module.css @@ -16,11 +16,12 @@ } .input__field { - width: 300px; - margin: 10px 0px; + width: 500px; + height: 80px; + margin: 40px 0px; padding: 18px 10px; border: 3px solid; border-radius: 10px; - font-size: 1rem; + font-size: 1.5rem; text-align: center; }
\ No newline at end of file |