diff options
| author | Mark Otto <[email protected]> | 2013-03-30 22:54:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 22:54:31 -0700 |
| commit | 85cd847e472cc39f9b41af1312d34341779a480b (patch) | |
| tree | 37187186bf1cc0ba6179f82fc32160e82073d1e5 | |
| parent | f8d78eba5cb1c93373a9f185e1c4a682052907c3 (diff) | |
| download | bootstrap-85cd847e472cc39f9b41af1312d34341779a480b.tar.xz bootstrap-85cd847e472cc39f9b41af1312d34341779a480b.zip | |
actually readd the padding and set it to smaller amount for narrow viewports
| -rw-r--r-- | signin.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/signin.html b/signin.html index 673fc46c2..92db3e036 100644 --- a/signin.html +++ b/signin.html @@ -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, |
