diff options
| -rw-r--r-- | starter-template.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/starter-template.html b/starter-template.html index 9e8d7ad3b..9a026acf1 100644 --- a/starter-template.html +++ b/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> |
