Simplifications for PR

This commit is contained in:
Lacey Williams Henschel
2023-06-05 14:44:49 -07:00
parent 44aafb8a1e
commit 5514071a93
2 changed files with 1 additions and 12 deletions

View File

@@ -102,7 +102,6 @@ services:
- redis
volumes:
- .:/code
- ./wait-for-it.sh:/wait-for-it.sh
celery-beat:
build:

View File

@@ -8,14 +8,4 @@
<div id="ascii-doc-content">{{ content|safe }}</div>
{% endblock %}
{% block styles %}
<style>
<!-- This -->
@layer base {
div#ascii-doc-content h1 {
@apply text-2xl font-bold text-green capitalize;
}
}
</style>
{% endblock %}
{% block styles %}{% endblock %}