diff options
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/starter-template.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 9e8d7ad3b..9a026acf1 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -25,8 +25,11 @@ <!-- Custom styles for this template --> <style> + body { + padding-top: 50px; + } .starter-template { - padding: 60px 0; + padding: 40px 15px; text-align: center; } </style> |
