diff options
author | Blaster4385 <[email protected]> | 2022-07-22 08:48:41 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-07-22 08:48:41 +0530 |
commit | 3fd257b4fce2da8ffe56b1100e0f73448d89453b (patch) | |
tree | b3c95edffe3b658f5fc5a6ab49ad5a29c3434169 /src/pages/PhotoCapture/PhotoCapture.module.css | |
parent | 0fb6667da5c0c97b5a0a44ea35705c51dacf0311 (diff) |
Add photograph and document scanner pages
Diffstat (limited to 'src/pages/PhotoCapture/PhotoCapture.module.css')
-rw-r--r-- | src/pages/PhotoCapture/PhotoCapture.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/PhotoCapture/PhotoCapture.module.css b/src/pages/PhotoCapture/PhotoCapture.module.css new file mode 100644 index 0000000..ec59f61 --- /dev/null +++ b/src/pages/PhotoCapture/PhotoCapture.module.css @@ -0,0 +1,5 @@ +.card__container { + display: flex; + justify-content: center; + } +
\ No newline at end of file |