mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
fix: content sizing on mobile
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{% set image_url = get_url(path=image) %}
|
||||
{% endif %}
|
||||
|
||||
<div class="flex justify-center my-4 mx-6">
|
||||
<div class="flex justify-center my-4 mx-4">
|
||||
<img
|
||||
src="{{ image_url | safe }}"
|
||||
alt="{{ page.title }}"
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="mt-6 mx-6 text-lg text-gray-300">
|
||||
<div class="mt-6 mx-4 text-lg text-gray-300">
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user