Added the new logo to the homepage.

This commit is contained in:
2025-08-22 22:32:35 +10:00
parent 6ba8483060
commit 10896b975c
4 changed files with 16 additions and 2 deletions

View File

@@ -15,3 +15,12 @@ body {
.accordion-button {
background-color: #f3f3f3;
}
.container .container-fluid {
display: flex;
}
.container .container-fluid .logo img {
max-height: 220px;
margin-right: 40px;
}
.container .container-fluid .banner {
}