mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
add some container padding for examples
This commit is contained in:
parent
85cd847e47
commit
4df128264b
2 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ title: Sticky footer with navbar template
|
|||
/* Not required for template or sticky footer method. */
|
||||
|
||||
#wrap > .container {
|
||||
padding-top: 60px;
|
||||
padding: 60px 15px 0;
|
||||
}
|
||||
.container .credit {
|
||||
margin: 20px 0;
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ title: Sticky footer template
|
|||
.container {
|
||||
width: auto;
|
||||
max-width: 680px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.container .credit {
|
||||
margin: 20px 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue