bento-grid login page, mobile friendly docs page

This commit is contained in:
colinislit
2025-11-20 20:14:29 +01:00
parent 540bffa9ab
commit 5f7ef0801d
8 changed files with 220 additions and 83 deletions

View File

@@ -52,8 +52,8 @@ export default async function ReleasePage({ params }: ReleasePageProps) {
const { frontmatter, content } = release
return (
<div className="min-h-screen bg-white pt-24 pb-16">
<article className="max-w-4xl mx-auto px-4 md:px-8">
<div className="min-h-screen bg-white pb-16">
<article className="max-w-4xl mx-auto px-4 md:px-8 pt-20 md:pt-8">
{/* Header */}
<header className="mb-8 pb-8 border-b border-slate-200">
<div className="flex items-center gap-3 mb-4">