fix: unreadable on mobile
This commit is contained in:
parent
c42bfbe72d
commit
38d59de6c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% block body_class %}template-blogpage{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="flex flex-col items-center justify-center h-full px-0 md:px-4 lg:px-8">
|
||||
<section class="flex flex-col justify-center h-full px-0 md:px-4 lg:px-8">
|
||||
<article class="mb-16 px-1 md:px-4 lg:px-8">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue