diff --git a/assets/styles/app.css b/assets/styles/app.css index 6516747..7c0503f 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -28,6 +28,7 @@ h1 { h1.brand { font-family: var(--brand-font), serif; font-size: 3.6rem; + color: var(--brand-color); } @@ -297,7 +298,8 @@ div:nth-child(odd) .featured-list { } .header__logo img { - height: 40px; /* Adjust the height as needed */ + height: 60px; + vertical-align: bottom; } .header__logo a:hover { @@ -509,4 +511,9 @@ label.search { h1.brand { font-size: 2.2rem; } + + .header__logo img { + height: 40px; + vertical-align: bottom; + } } diff --git a/config/unfold.yaml b/config/unfold.yaml index 167e0be..7c1876f 100644 --- a/config/unfold.yaml +++ b/config/unfold.yaml @@ -1,13 +1,13 @@ parameters: - name: 'Unfold Demo' - short_name: 'Unfold' + name: 'GitCitadel' + short_name: 'GitCitadel' description: 'Unfolding nostr magazines and community articles' default_relay: 'wss://TheForest.nostr1.com' theme: 'space' theme_color: '#000000' theme_bg_color: '#ffffff' npub: 'npub1ez09adke4vy8udk3y2skwst8q5chjgqzym9lpq4u58zf96zcl7kqyry2lz' - d_tag: 'unfold-magazine' + d_tag: 'newsroom-magazine-by-newsroom' community_articles: true external_links: - title: "Unfold" diff --git a/templates/components/Header.html.twig b/templates/components/Header.html.twig index ac4feff..dc514d1 100644 --- a/templates/components/Header.html.twig +++ b/templates/components/Header.html.twig @@ -1,6 +1,11 @@