diff --git a/post/templates/post/post_page.html b/post/templates/post/post_page.html index 5c2bfcc..48a54dc 100644 --- a/post/templates/post/post_page.html +++ b/post/templates/post/post_page.html @@ -19,6 +19,9 @@ text-decoration: underline; color: blue; } + .reset *:not(p) { + all: revert!important; + } {% endblock %} @@ -26,14 +29,14 @@ {% block content %}
- {% srcset_image page.banner width-{400,800} class="w-full object-cover" style="height: 30vh!important" %} + {% srcset_image page.banner width-{400,2000} class="w-full object-cover" style="height: 50vh!important" %}

{{ page.title }}

Por {{ page.author }}

-
{{ page.body|richtext }}
+
{{ page.body|richtext }}

Compartí esta nota en:

+ +