mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
actually readd the padding and set it to smaller amount for narrow viewports
This commit is contained in:
parent
70ba9a880e
commit
6c1ed5638b
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue