feat: Add demo page back index.html

This commit is contained in:
Lokesh Dhakar
2019-07-14 09:19:41 -07:00
parent ced6b5300d
commit b41cd65747
4 changed files with 80 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
/* Base
* *----------------------------------------------- */
/** {
* {
box-sizing: border-box;
}
@@ -31,10 +31,10 @@ body {
padding: 0;
background: var(--bg-color);
}
*/
/* Typography
* *----------------------------------------------- */
/*
html {
font-size: 16px;
font-family: var(--font);
@@ -64,10 +64,10 @@ code {
font-family: var(--code-font);
overflow-wrap: break-word;
}
*/
/* -- Layout ------------------------------------------------------------------ */
/*
.image-section {
border-bottom: 1px solid #ccc;
padding: 16px 16px 32px 16px;
@@ -92,4 +92,4 @@ code {
.time {
color: var(--muted-color);
font-weight: normal;
}*/
}