From c7c46acf4822d7052c09849c32c0e12d8a9344da Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 4 Dec 2014 00:59:36 -0800 Subject: [PATCH] update starter template to use new navbar --- docs/examples/starter-template/index.html | 30 ++++++++----------- .../starter-template/starter-template.css | 4 +-- 2 files changed, 14 insertions(+), 20 deletions(-) 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; }