Auto-update: Sun Feb 2 18:18:13 PST 2025

This commit is contained in:
sanj 2025-02-02 18:18:14 -08:00
parent 34fd181ea3
commit 09b5e7f557

View file

@ -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 */