Status on home page. Added CSS margins.

This commit is contained in:
Jason Snelders 2019-11-16 15:38:42 +11:00
parent acb7c9de3b
commit 46325bbe2a
2 changed files with 11 additions and 0 deletions

View File

@ -102,6 +102,9 @@
<!-- Component Templates -->
<template type="text/x-template" id="home-template" lang="html">
<div id="home-root">
<p class="margin-bottom-64">
<b style="color: maroon">Status: Working but under development (16 Nov 2019).</b>
</p>
<p>
Welcome to Profile Studio - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.
</p>

View File

@ -71,6 +71,10 @@ html, body, h1, h2, h3, h4, h5
{
margin-top: 32px;
}
.margin-bottom-32
{
margin-bottom: 32px;
}
/**
* Create a 64px margin at the top of an element.
@ -79,6 +83,10 @@ html, body, h1, h2, h3, h4, h5
{
margin-top: 64px;
}
.margin-bottom-64
{
margin-bottom: 64px;
}
/**
* Bootstrap style muted helper text for form inputs.