Add: logo.png

This commit is contained in:
psychhim
2025-11-12 01:30:07 +05:30
parent ed70207214
commit e02c5a67ad
23 changed files with 847 additions and 47 deletions

View File

@@ -41,6 +41,18 @@ a {
border-bottom: 1px solid var(--background-color1);
}
.brand {
display: flex;
align-items: center;
gap: 6.6px;
margin-bottom: -18px;
}
.brand img {
height: 27px;
padding: 0px;
}
.footer {
border-top: 1px solid var(--background-color1);
}