From 3fd257b4fce2da8ffe56b1100e0f73448d89453b Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 22 Jul 2022 08:48:41 +0530 Subject: Add photograph and document scanner pages --- src/pages/DocumentScanner/DocumentScanner.module.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/pages/DocumentScanner/DocumentScanner.module.css (limited to 'src/pages/DocumentScanner/DocumentScanner.module.css') diff --git a/src/pages/DocumentScanner/DocumentScanner.module.css b/src/pages/DocumentScanner/DocumentScanner.module.css new file mode 100644 index 0000000..ec59f61 --- /dev/null +++ b/src/pages/DocumentScanner/DocumentScanner.module.css @@ -0,0 +1,5 @@ +.card__container { + display: flex; + justify-content: center; + } + \ No newline at end of file -- cgit