From 09b5e7f557e95d78a5491eb9bcbc83650dfc8fc6 Mon Sep 17 00:00:00 2001
From: sanj <67624670+iodrift@users.noreply.github.com>
Date: Sun, 2 Feb 2025 18:18:14 -0800
Subject: [PATCH] Auto-update: Sun Feb  2 18:18:13 PST 2025

---
 static/styles.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index b9cde42..0f8ec12 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -28,18 +28,18 @@ body {
 
 /* Logo styling */
 .logo-container {
-  width: 320px;
+  width: 480px;
   height: auto;
   margin: 1rem 0 2rem 0;
   display: flex;
   justify-content: center;
-  background: transparent; /* Explicitly set transparent background */
+  background: transparent;
 }
 
 .logo {
   max-width: 100%;
   height: auto;
-  background: transparent; /* Explicitly set transparent background */
+  background: transparent;
 }
 
 /* Header styling */