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:
+10
-10
@@ -43,19 +43,19 @@
|
||||
|
||||
@layer components {
|
||||
p {
|
||||
font-family: var(--font-serif);
|
||||
@apply text-2xl font-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--text-3xl);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
padding-bottom: 1rem;
|
||||
@apply text-6xl font-sans py-8;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--text-xl);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
padding-top: 0.7rem;
|
||||
padding-bottom: 0.7rem;
|
||||
@apply text-3xl font-sans py-4;
|
||||
}
|
||||
|
||||
.blockpage p {
|
||||
@apply py-4;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user