diff options
author | rohan09-raj <[email protected]> | 2022-08-20 21:52:57 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-20 21:53:47 +0530 |
commit | 1926a54d1f7b8bc1ed690aaf8e3b679b41edce7b (patch) | |
tree | cc32e361c89929bd0bdff35c6a7ce063ca110c88 /client/src/components/Modal/Modal.module.css | |
parent | ecece125ca34002e2dcd1bf22ada5e62849156a9 (diff) |
enrollment improvements
Diffstat (limited to 'client/src/components/Modal/Modal.module.css')
-rw-r--r-- | client/src/components/Modal/Modal.module.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/client/src/components/Modal/Modal.module.css b/client/src/components/Modal/Modal.module.css new file mode 100644 index 0000000..547445b --- /dev/null +++ b/client/src/components/Modal/Modal.module.css @@ -0,0 +1,16 @@ +.modal { + margin: 0px 15px; +} + +.modal__title { + text-align: center; + margin: 20px 0px 40px; +} + +.modal__image { + width: 40%; +} + +.modal__content { + width: 60%; +} |