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:
@@ -2,7 +2,7 @@
|
|||||||
title = "Anime Tracker"
|
title = "Anime Tracker"
|
||||||
description = "Comprehensive list of anime I've watched with season progress."
|
description = "Comprehensive list of anime I've watched with season progress."
|
||||||
date = 2025-06-08
|
date = 2025-06-08
|
||||||
updated = 2025-07-03
|
updated = 2025-08-23
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{ subheading(text="Currently Watching / Tracking") }}
|
{{ subheading(text="Currently Watching / Tracking") }}
|
||||||
@@ -10,7 +10,7 @@ updated = 2025-07-03
|
|||||||
{{ table(
|
{{ table(
|
||||||
heading=["Name", "Current Season", "Status"],
|
heading=["Name", "Current Season", "Status"],
|
||||||
rows=[
|
rows=[
|
||||||
["Gintama", "2", "Watching"],
|
["Gintama", "3", "Watching"],
|
||||||
["Grand Blue", "2", "Watching"],
|
["Grand Blue", "2", "Watching"],
|
||||||
["Seishun Buta Yarou wa Santa Claus no Yume wo Minai (Bunny girl senpai sequel)", "2", "Watching"],
|
["Seishun Buta Yarou wa Santa Claus no Yume wo Minai (Bunny girl senpai sequel)", "2", "Watching"],
|
||||||
["Sono Bisque Doll wa Koi wo Suru", "2", "Watching"],
|
["Sono Bisque Doll wa Koi wo Suru", "2", "Watching"],
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
{% set image_url = get_url(path=image) %}
|
{% set image_url = get_url(path=image) %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="flex justify-center my-4 mx-6">
|
<div class="flex justify-center my-4 mx-4">
|
||||||
<img
|
<img
|
||||||
src="{{ image_url | safe }}"
|
src="{{ image_url | safe }}"
|
||||||
alt="{{ page.title }}"
|
alt="{{ page.title }}"
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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 }}
|
{{ page.content | safe }}
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user