This commit is contained in:
2025-11-08 01:21:35 +03:00
parent f1a95c2118
commit c1c443401d
7 changed files with 229 additions and 67 deletions

View File

@@ -27,7 +27,7 @@
.navbar-content {
padding: 0 var(--page-horizontal-padding);
margin-left: 16px;
margin-left: 25px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -39,18 +39,18 @@
.navbar-brand {
display: flex;
align-items: center;
gap: 0px;
gap: 3px;
}
.brand-text {
font-size: 50px;
font-size: 45px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.brand-logo {
height: 65px;
height: 47px;
width: auto;
object-fit: contain;
}