summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css')
-rw-r--r--client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css13
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;
+}