Commit 061d2849 authored by Mark Otto's avatar Mark Otto

Update starter template to include left/right padding on inner container; also include body padding

parent 5e5670a1
...@@ -25,8 +25,11 @@ ...@@ -25,8 +25,11 @@
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<style> <style>
body {
padding-top: 50px;
}
.starter-template { .starter-template {
padding: 60px 0; padding: 40px 15px;
text-align: center; text-align: center;
} }
</style> </style>
......
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