Skip to content

Commit

Permalink
fix(pages/signin): increase max-width to fix label wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed May 16, 2018
1 parent 1dfd606 commit 5016420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LoginPage extends React.Component {
/>
<style jsx>{`
.signin {
max-width: 60rem;
max-width: 70rem;
margin: 15rem auto;
text-align:center;
}
Expand Down

0 comments on commit 5016420

Please sign in to comment.