diff options
author | rohan09-raj <[email protected]> | 2022-08-19 21:06:48 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-19 21:06:48 +0530 |
commit | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (patch) | |
tree | 9961cc4ba587f9be8514adfce9c082cb8c3ad638 /client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css | |
parent | 953dd3c954411d92811415cc9be4a7c7d76ab185 (diff) |
minor fixes
Diffstat (limited to 'client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css')
-rw-r--r-- | client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css index ec59f61..58baaa8 100644 --- a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css +++ b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css @@ -1,5 +1,10 @@ .card__container { - display: flex; - justify-content: center; - } -
\ No newline at end of file + display: flex; + justify-content: center; + margin: 20px; +} + +.stepper__container { + display: flex; + justify-content: center; +} |