- implement glalie template

This commit is contained in:
Amruth Pillai
2020-07-12 21:51:38 +05:30
parent 41e708e302
commit 7b2094a543
13 changed files with 416 additions and 9 deletions

View File

@ -32,7 +32,7 @@ const Pikachu = ({ data }) => {
<PageContext.Provider value={{ data, heading: HeadingB }}>
<div
id="page"
className="p-10 rounded"
className="p-6 rounded"
style={{
fontFamily: data.metadata.font,
color: data.metadata.colors.text,