aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/OAuth2Button.tsx6
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;
`;