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
/* 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;
......
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