code cleanup

This commit is contained in:
timurgordon
2022-02-11 07:43:02 +03:00
parent 3aacf5db67
commit f1a99b9c99
11 changed files with 500 additions and 554 deletions

View File

@@ -1,3 +0,0 @@
<div class="blueBox">
{{ body | markdown | safe }}
</div>

View File

@@ -1,3 +0,0 @@
<figcaption>
{{ body | markdown | safe }}
</figcaption>

View File

@@ -1,13 +0,0 @@
<div class="relative mt-12 lg:mt-24 lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
<div class="relative">
{{body}}
</div>
<div class="mt-10 -mx-4 relative lg:mt-0">
<img src={{imgUrl}} alt="">
</div>
</div>
</div>
</div>

View File

@@ -1,3 +0,0 @@
<div class="yellowBox">
{{ body | markdown | safe }}
</div>