diff options
Diffstat (limited to 'client/src/components/BackButton/BackButton.module.css')
-rw-r--r-- | client/src/components/BackButton/BackButton.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/components/BackButton/BackButton.module.css b/client/src/components/BackButton/BackButton.module.css index cc9b51c..40b6fcc 100644 --- a/client/src/components/BackButton/BackButton.module.css +++ b/client/src/components/BackButton/BackButton.module.css @@ -18,3 +18,9 @@ height: 75px; width: 75px; } + +.submit__content { + display:flex; + justify-content: center; + align-items: center; +}
\ No newline at end of file |