Set max width of settings container to 800px for better readability and focus

This commit is contained in:
pacnpal
2024-11-13 15:05:56 +00:00
parent 78355c60f9
commit 5a1fdb6d16

View File

@@ -4,7 +4,7 @@
{% block title %}Settings - ThrillWiki{% endblock %}
{% block content %}
<div class="container px-4 mx-auto">
<div class="container px-4 mx-auto max-w-[800px]">
<h1 class="mb-4 text-2xl font-bold">Settings</h1>
<div class="p-6 overflow-hidden bg-white rounded-lg shadow dark:bg-gray-800">