mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Simplifications for PR
This commit is contained in:
@@ -102,7 +102,6 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- .:/code
|
||||
- ./wait-for-it.sh:/wait-for-it.sh
|
||||
|
||||
celery-beat:
|
||||
build:
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user