Commit 81f94fc4 by Christina Roberts

Merge pull request #1832 from MITx/fix/btalbot/studio-contentmargin

studio - fixing a visual margin issue with the sign up/in views
parents d2ed6e2c 606469cd
......@@ -4,7 +4,7 @@
body.signup, body.signin {
.wrapper-content {
margin: 0;
margin: ($baseline*1.5) 0 0 0;
padding: 0 $baseline;
position: relative;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment