Added privacy policy

This commit is contained in:
Jori Lallo
2017-12-17 17:14:16 -08:00
parent 7af2ff20a8
commit 787fb63f09
4 changed files with 191 additions and 0 deletions

View File

@ -68,4 +68,11 @@ export default `
margin-top: 1em;
margin-bottom: 1em;
}
hr {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border - bottom: 1px solid rgba(255, 255, 255, 0.3);
}
`;