This commit is contained in:
Rik Berkelder 2021-05-08 21:44:07 +02:00
parent dbf716c7c4
commit ea8535130d
7 changed files with 13071 additions and 114 deletions

View file

@ -9,11 +9,11 @@ h1, h2, h3, h4, h5 {
}
h1 {
@apply text-3xl;
@apply text-4xl;
}
h2 {
@apply text-xl;
@apply text-2xl;
}
h3 {

View file

@ -7,13 +7,10 @@ import Helmet from 'react-helmet';
const MdPageTemplate: React.FC<PageProps<Query>> = ({data}) => {
const post = data.markdownRemark;
const richData = {
}
return (
<Layout>
<div className="max-w-screen-sm mx-auto">
<div className="max-w-screen-md mx-auto">
<Link to="/blog" className="block mb-2">
&lt;&lt; Back to post list
</Link>