Commit 6c1ed563 authored by Mark Otto's avatar Mark Otto

actually readd the padding and set it to smaller amount for narrow viewports

parent 70ba9a88
......@@ -13,7 +13,8 @@ title: Sign in form template
}
.form-signin {
max-width: 300px;
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
......
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