update: refine header layout and lighten top branding

هذا الالتزام موجود في:
Abdul Kareem
2026-03-23 02:24:05 +03:00
الأصل 3fd6ef74a5
التزام 1c013b6cf3

عرض الملف

@@ -133,12 +133,14 @@ textarea {
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: flex-start;
gap: 24px; gap: 14px;
min-height: 82px; min-height: 74px;
} }
.menu-toggle { .menu-toggle {
order: 3;
margin-right: auto;
width: 52px; width: 52px;
height: 52px; height: 52px;
display: inline-flex; display: inline-flex;
@@ -181,6 +183,7 @@ textarea {
} }
.brand { .brand {
order: 1;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
gap: 12px; gap: 12px;
@@ -198,18 +201,21 @@ textarea {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
line-height: 1.1; line-height: 1.1;
align-items: flex-start;
} }
.brand-name { .brand-name {
font-size: 24px; font-size: 24px;
font-weight: 800; font-weight: 700;
} }
.brand-copy small { .brand-copy small {
color: var(--text-muted); color: var(--text-muted);
font-size: 11px; font-size: 10px;
font-weight: 500;
letter-spacing: 0.06em; letter-spacing: 0.06em;
text-transform: uppercase; text-transform: uppercase;
opacity: 0.82;
} }
.nav { .nav {
@@ -1193,6 +1199,21 @@ textarea {
display: none; display: none;
} }
.header-shell {
min-height: 68px;
gap: 10px;
}
.brand-logo {
width: 46px;
height: 46px;
}
.brand-name {
font-size: 21px;
font-weight: 700;
}
.footer-shell { .footer-shell {
text-align: center; text-align: center;
} }