diff options
Diffstat (limited to 'client/src/pages/Update/PhotoCapture/PhotoCapture.module.css')
-rw-r--r-- | client/src/pages/Update/PhotoCapture/PhotoCapture.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/pages/Update/PhotoCapture/PhotoCapture.module.css b/client/src/pages/Update/PhotoCapture/PhotoCapture.module.css new file mode 100644 index 0000000..a1ff9c0 --- /dev/null +++ b/client/src/pages/Update/PhotoCapture/PhotoCapture.module.css @@ -0,0 +1,5 @@ +.card__container { + display: flex; + justify-content: center; + margin: 10px; +} |