adjust genre display and gap in header

This commit is contained in:
jeffvli
2025-11-19 02:52:35 -08:00
parent 12e916fd0d
commit 725e44f048
2 changed files with 14 additions and 15 deletions
@@ -4,7 +4,7 @@
grid-template-areas: 'image' 'info';
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
gap: 1rem;
gap: var(--theme-spacing-md);
align-items: center;
justify-items: center;
width: 100%;
@@ -78,7 +78,7 @@
display: flex;
flex-direction: column;
grid-area: info;
gap: var(--theme-spacing-md);
gap: var(--theme-spacing-sm);
align-items: center;
justify-content: center;
width: 100%;