diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index e5eb500..fb01ee1 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -58,7 +58,7 @@ {{ post.title }} -

{{ post.intro }}

+

{{ post.intro }}

{% if post.main_image %}
diff --git a/portfolio/templates/portfolio/portfolio_page.html b/portfolio/templates/portfolio/portfolio_page.html index 2e3a8a5..8e395fe 100644 --- a/portfolio/templates/portfolio/portfolio_page.html +++ b/portfolio/templates/portfolio/portfolio_page.html @@ -4,14 +4,8 @@ {% block body_class %}template-portfolio{% endblock %} - {% block content %} -
-
-

{{ page.title }}

-
- {{ page.body }} -
-
-
+

{{ page.title }}

+ + {{ page.body }} {% endblock %} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 58e901a..2f1f0bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=5.1.4,<5.2 +Django>=4.2,<5.2 wagtail>=6.3.1,<6.4 whitenoise>=6.6,<7.0 wagtailcodeblock>=1.29.0.2,<2.0 diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index ec1481d..3a2011b 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -45,7 +45,7 @@ } h3 { - @apply mt-10 mb-3 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white; + @apply mt-12 mb-2 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white; } h4 { @@ -56,10 +56,6 @@ @apply my-2 mb-3 text-lg leading-relaxed; } - li { - @apply my-2 text-lg; - } - .blog-content ul, .home-content ul { @apply list-none list-inside; }