From 6ff7fde86779673fbdb6c16a20a3fc92434081a4 Mon Sep 17 00:00:00 2001 From: jmartin Date: Fri, 24 Jul 2026 12:05:17 -0400 Subject: [PATCH] Replace header logo image with jmartgraphix text --- client/src/components/Layout.scss | 16 ++-------------- client/src/components/Layout.tsx | 9 +-------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/client/src/components/Layout.scss b/client/src/components/Layout.scss index 52aaa63..851a84f 100644 --- a/client/src/components/Layout.scss +++ b/client/src/components/Layout.scss @@ -19,24 +19,13 @@ &__logo { display: inline-flex; align-items: center; - gap: 0.65rem; font-weight: 600; letter-spacing: -0.02em; font-size: 1.05rem; } - &__logo-img { - width: 36px; - height: 36px; - object-fit: contain; - flex-shrink: 0; - background: transparent; - } - &__logo-text { - @media (max-width: 420px) { - // logo mark is enough on very small screens - } + color: var(--text); } &__mark { @@ -156,8 +145,7 @@ width: 40px; height: 40px; object-fit: contain; - border-radius: 8px; - background: #000; + background: transparent; flex-shrink: 0; } } diff --git a/client/src/components/Layout.tsx b/client/src/components/Layout.tsx index a67750c..fe3b4b4 100644 --- a/client/src/components/Layout.tsx +++ b/client/src/components/Layout.tsx @@ -36,14 +36,7 @@ export function Layout() {
- {name} + jmartgraphix