diff options
author | Rohan Raj Gupta <[email protected]> | 2022-07-27 15:26:36 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-27 15:26:36 +0530 |
commit | ff73539048908d8a24e347f2f9699cff95d8200c (patch) | |
tree | b3c95edffe3b658f5fc5a6ab49ad5a29c3434169 /src/pages/PhotoCapture/PhotoCapture.module.css | |
parent | 0fb6667da5c0c97b5a0a44ea35705c51dacf0311 (diff) | |
parent | 3fd257b4fce2da8ffe56b1100e0f73448d89453b (diff) |
Merge pull request #1 from Blaster4385/develop
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 |