bigger logo

This commit is contained in:
2026-04-04 18:55:16 -05:00
parent 2f30112c66
commit 25a84b8758
4 changed files with 30 additions and 30 deletions

View File

@@ -6,30 +6,33 @@
padding: 16px 24px;
display: flex;
align-items: center;
gap: 16px;
justify-content: center;
position: sticky;
top: 0;
z-index: 100;
justify-content: center;
}
.header-center {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}
.header-bar .title {
font-size: 1.15rem;
font-weight: 700;
color: var(--text-primary);
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
flex: 1;
}
.header-bar .header-right {
display: flex;
align-items: center;
gap: 16px;
.header-right {
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
gap: 10px;
}
.header-logo {