diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-25 11:49:31 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-25 11:49:31 +0530 |
commit | 772fc663fd31bc247dcc7da31090234b5b89f155 (patch) | |
tree | 266005279ac7996b479e2cb3b5d48ccebd041290 /client/src/components/Spinner/Spinner.module.css | |
parent | 3450e5ad9c59403b9ad75aa24e71a1b925f7bbcf (diff) | |
parent | fcc4c3374d85b33755f852bcc559db0a8eb5115a (diff) |
Merge pull request #14 from Blaster4385/develop
Misc changes and add more translation
Diffstat (limited to 'client/src/components/Spinner/Spinner.module.css')
-rw-r--r-- | client/src/components/Spinner/Spinner.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/components/Spinner/Spinner.module.css b/client/src/components/Spinner/Spinner.module.css new file mode 100644 index 0000000..04197de --- /dev/null +++ b/client/src/components/Spinner/Spinner.module.css @@ -0,0 +1,6 @@ +.spinner { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; +}
\ No newline at end of file |