Commit b96ab36d authored by Mark Otto's avatar Mark Otto

add some container padding for examples

parent 6c1ed563
...@@ -50,7 +50,7 @@ title: Sticky footer with navbar template ...@@ -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;
......
...@@ -50,6 +50,7 @@ title: Sticky footer template ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment