File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
wagtail_code_blog/templates/wagtail_code_blog Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " wagtail-code-blog"
7
- version = " 0.5.1 "
7
+ version = " 0.5.2 "
8
8
license = " MIT"
9
9
description = " A wagtail code blog"
10
10
authors = [
" Dani Hodovic <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
{% load wagtailmarkdown %}
2
2
< div class ="flex flex-row justify-center text-stone-800 mt-20 ">
3
- < div class ="flex flex-col justify-center items-center basis-10/12 lg:!basis-8 /12 ">
3
+ < div class ="flex flex-col justify-center items-center basis-10/12 lg:!basis-12 /12 ">
4
4
{% if page.image_url %}< img src ="{{ page.image_url }} " alt ="Image "> {% endif %}
5
5
< p class ="text-xl lg:!text-4xl font-semibold mt-10 "> {{ page.title }}</ p >
6
6
< div class ="flex justify-end mt-5 mb-5 ">
21
21
</ div >
22
22
< div class ="divider "> </ div >
23
23
< div class ="grid grid-cols-1 ">
24
- < article class ="prose mt-5 "> {{ page.body|markdown }}</ article >
24
+ < article class ="prose lg:prose-lg mt-5 "> {{ page.body|markdown }}</ article >
25
25
</ div >
26
26
</ div >
27
27
</ div >
You can’t perform that action at this time.
0 commit comments