diff --git a/app/component_registration.js b/app/component_registration.js index 34640e0..82ef60e 100644 --- a/app/component_registration.js +++ b/app/component_registration.js @@ -76,7 +76,7 @@ var components = { id: "home", path: "#/", type: "page", - title: "Home", + title: "Welcome", description: "", fontAwesomeIcon: "fas fa-home" }); diff --git a/index.html b/index.html index 2418f93..e1b6216 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@
- JSON Resume Editor + Profile Studio
@@ -109,29 +109,32 @@ @@ -924,32 +927,26 @@ diff --git a/styles.css b/styles.css index 2ccf1aa..caa8b7b 100644 --- a/styles.css +++ b/styles.css @@ -72,6 +72,13 @@ html, body, h1, h2, h3, h4, h5 margin-top: 32px; } +/** +* Create a 64px margin at the top of an element. +*/ +.margin-top-64 +{ + margin-top: 64px; +} /** * Bootstrap style muted helper text for form inputs.