feat: update layout and styling, extend memorial page content
Enhanced layout snippet with conditional styling support for dark mode. Updated typography and grid classes for improved text and visual consistency. Added additional memorial section content, including headings and text fields for tributes. Expanded blueprint definitions with new block types (`line`, `gallery`, and `quote`). Adjusted chessboard piece and square dimensions in `pgn4web.css` for refined appearance.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<section class="bg-sf_blau-500 py-24" id="titel">
|
||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div class="grid grid-cols-1 lg:gap-12 lg:grid lg:grid-cols-2 text-red-50">
|
||||
<div class="grid grid-cols-1 lg:gap-12 lg:grid lg:grid-cols-2 text-sf_grau-50">
|
||||
<div class="w-full max-w-lg">
|
||||
<h1 class="text-6xl font-bold"><?= $page->title() ?></h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user