feat: increase main layout max-width to enhance content display

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 21:01:36 +02:00
parent 299ad7d943
commit 02fc5995db
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ nav {
/* ─── Main layout ──────────────────────────────────────── */ /* ─── Main layout ──────────────────────────────────────── */
main { main {
max-width: 800px; max-width: 1200px;
margin: 2rem auto; margin: 2rem auto;
padding: 0 1rem; padding: 0 1rem;
} }
+1
View File
@@ -8,6 +8,7 @@
rel="stylesheet" rel="stylesheet"
href="{{ url_for('static', filename='style.css') }}" href="{{ url_for('static', filename='style.css') }}"
/> />
<script src="https://cdn.tailwindcss.com"></script>
</head> </head>
<body> <body>
<header> <header>