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

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

parent 70ba9a88
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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,
......
Supports Markdown
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