Auto-update: Sun Feb 2 18:18:13 PST 2025
This commit is contained in:
parent
34fd181ea3
commit
09b5e7f557
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue