diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index ba417921d7..6c0fe59f73 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -23,24 +23,18 @@
diff --git a/docs/examples/starter-template/starter-template.css b/docs/examples/starter-template/starter-template.css index 4af7a6177f..5f64cd294e 100644 --- a/docs/examples/starter-template/starter-template.css +++ b/docs/examples/starter-template/starter-template.css @@ -1,7 +1,7 @@ body { - padding-top: 50px; + padding-top: 5rem; } .starter-template { - padding: 40px 15px; + padding: 3rem 1.5rem; text-align: center; }