diff options
author | rohan09-raj <[email protected]> | 2022-08-08 13:09:01 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-08 13:09:01 +0530 |
commit | 1b48cc3dc624b85b8e22e475769453e767d5a36b (patch) | |
tree | 86871e77983cf9eb8d6f66f24968afd461950039 /client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css | |
parent | 9e381861ad817106b7ae74b1976e016fd538ac0a (diff) |
integrated react webcam
Diffstat (limited to 'client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css')
-rw-r--r-- | client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css index ec59f61..a1ff9c0 100644 --- a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css @@ -1,5 +1,5 @@ .card__container { - display: flex; - justify-content: center; - } -
\ No newline at end of file + display: flex; + justify-content: center; + margin: 10px; +} |