1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

add some container padding for examples

This commit is contained in:
Mark Otto
2013-03-31 11:24:31 -07:00
parent 6c1ed5638b
commit b96ab36d38
2 changed files with 2 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ title: Sticky footer with navbar template
/* Not required for template or sticky footer method. */ /* Not required for template or sticky footer method. */
#wrap > .container { #wrap > .container {
padding-top: 60px; padding: 60px 15px 0;
} }
.container .credit { .container .credit {
margin: 20px 0; margin: 20px 0;

View File

@@ -50,6 +50,7 @@ title: Sticky footer template
.container { .container {
width: auto; width: auto;
max-width: 680px; max-width: 680px;
padding: 0 15px;
} }
.container .credit { .container .credit {
margin: 20px 0; margin: 20px 0;