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 styling */
|
||||||
.logo-container {
|
.logo-container {
|
||||||
width: 320px;
|
width: 480px;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 1rem 0 2rem 0;
|
margin: 1rem 0 2rem 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: transparent; /* Explicitly set transparent background */
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
background: transparent; /* Explicitly set transparent background */
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header styling */
|
/* Header styling */
|
||||||
|
|
Loading…
Add table
Reference in a new issue