Status on home page. Added CSS margins.
This commit is contained in:
parent
acb7c9de3b
commit
46325bbe2a
|
|
@ -102,6 +102,9 @@
|
||||||
<!-- Component Templates -->
|
<!-- Component Templates -->
|
||||||
<template type="text/x-template" id="home-template" lang="html">
|
<template type="text/x-template" id="home-template" lang="html">
|
||||||
<div id="home-root">
|
<div id="home-root">
|
||||||
|
<p class="margin-bottom-64">
|
||||||
|
<b style="color: maroon">Status: Working but under development (16 Nov 2019).</b>
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Welcome to Profile Studio - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.
|
Welcome to Profile Studio - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,10 @@ html, body, h1, h2, h3, h4, h5
|
||||||
{
|
{
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
|
.margin-bottom-32
|
||||||
|
{
|
||||||
|
margin-bottom: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a 64px margin at the top of an element.
|
* 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-top: 64px;
|
||||||
}
|
}
|
||||||
|
.margin-bottom-64
|
||||||
|
{
|
||||||
|
margin-bottom: 64px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bootstrap style muted helper text for form inputs.
|
* Bootstrap style muted helper text for form inputs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue