Remove old classes

This commit is contained in:
Oliver Davies 2021-02-17 19:38:20 +00:00
parent 11705f7a4c
commit d6a5af062a

View file

@ -7,8 +7,8 @@
<link rel="stylesheet" href="/build/tailwind.css"/>
{% block stylesheets %}{% endblock %}
</head>
<body class="py-20 font-sans bg-blue-600">
<div class="container px-4 mx-auto">
<body>
<div>
{% block body %}{% endblock %}
</div>
{% block javascripts %}{% endblock %}