summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
commitd6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch)
treec397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/post.html
parent944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff)
downloadcarpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz
carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip
feat: style changes for cards and banners and text size
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index fb8d28b..9eb3444 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -16,9 +16,9 @@
<h1>{{ post.get_title() }}</h1>
</section>
-<section class="quiet">
+<section>
<article>
{{ post.get_article()|markdown }}
</article>
</section>
-{% endblock %}
+{% endblock %} \ No newline at end of file