From 58ee73aa0cc6a44afd997e8d12eb70834554eeae Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 16 Mar 2025 01:29:47 -0400 Subject: [PATCH] inline logo.svg --- index.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++- styles.css | 16 ++++------------ 2 files changed, 58 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 13211eb..7cbff8a 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,60 @@
- +
diff --git a/styles.css b/styles.css index 5cb7219..7658b8c 100644 --- a/styles.css +++ b/styles.css @@ -63,23 +63,15 @@ body.dark-mode .header-container { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); } -/* 🔹 Logo (Left Side) */ -.header-left { - display: flex; - align-items: center; - flex: 0 0 auto; -} - -/* 🔹 Make Logo Bigger */ -.header-left img { +.header-logo { max-height: 70px; width: auto; + display: block; } -.header-logo { - max-height: 50px; +.header-logo svg { + height: 70px; /* Ensure the inline SVG matches the intended size */ width: auto; - display: block; } /* 🔹 Header Layout */