diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index fb01ee1..e5eb500 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 8e395fe..2e3a8a5 100644 --- a/portfolio/templates/portfolio/portfolio_page.html +++ b/portfolio/templates/portfolio/portfolio_page.html @@ -4,8 +4,14 @@ {% block body_class %}template-portfolio{% endblock %} -{% block content %} -

{{ page.title }}

- {{ page.body }} +{% block content %} +
+
+

{{ page.title }}

+
+ {{ page.body }} +
+
+
{% endblock %} \ No newline at end of file diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index 3a2011b..ec1481d 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -45,7 +45,7 @@ } h3 { - @apply mt-12 mb-2 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white; + @apply mt-10 mb-3 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white; } h4 { @@ -56,6 +56,10 @@ @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; }