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 | 6c1ed5638b92b79c07a324268be204138812a048 (patch) | |
| tree | e36cde56142510271ac0b7c8c3f77b11cec80d26 /docs/examples | |
| parent | 70ba9a880e55a4607c413671c99926f7bba9362e (diff) | |
| download | bootstrap-6c1ed5638b92b79c07a324268be204138812a048.tar.xz bootstrap-6c1ed5638b92b79c07a324268be204138812a048.zip | |
actually readd the padding and set it to smaller amount for narrow viewports
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/signin.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/signin.html b/docs/examples/signin.html index 673fc46c2..92db3e036 100644 --- a/docs/examples/signin.html +++ b/docs/examples/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, |
