Remove old classes
This commit is contained in:
parent
11705f7a4c
commit
d6a5af062a
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue