diff options
author | 2021-03-07 00:46:47 +0300 | |
---|---|---|
committer | 2021-03-07 00:46:47 +0300 | |
commit | 9f04d5f5effd07534c9eb5b9f8886c8f970d0dc6 (patch) | |
tree | fdbc14712ccda7f93005530720e13b5ba8769644 /src/components | |
parent | Set Username Expiry To Permanent (diff) |
Fixes Return Home Button Centering
Fixes the centering of the return home button on closed forms, by
removing the style wrapper.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/OAuth2Button.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/OAuth2Button.tsx b/src/components/OAuth2Button.tsx index 25c5871..885c080 100644 --- a/src/components/OAuth2Button.tsx +++ b/src/components/OAuth2Button.tsx @@ -31,16 +31,16 @@ const errorStyles = css` visibility: hidden; width: 100%; left: 0; - + text-align: center; white-space: normal; box-sizing: border-box; - + padding: 0 15rem; @media (max-width: 750px) { padding: 0 5rem; } - + color: red; margin-top: 2.5rem; `; |