| Index: includes/styleguide/style.html | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/styleguide/style.html | 
| @@ -0,0 +1,15 @@ | 
| +<style> | 
| + | 
| +.sg-body | 
| +{ | 
| + margin: 70px auto; | 
| + padding: 0 20px; | 
| + max-width: 700px; | 
| +} | 
| + | 
| +.sg-section | 
| +{ | 
| + margin-bottom: 50px !important; | 
| +} | 
| + | 
| +</style> |