feat: increase main layout max-width to enhance content display
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user