fix: correct header alignment on mobile
هذا الالتزام موجود في:
12
styles.css
12
styles.css
@@ -133,14 +133,13 @@ textarea {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: space-between;
|
||||||
gap: 14px;
|
gap: 14px;
|
||||||
min-height: 74px;
|
min-height: 74px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-toggle {
|
.menu-toggle {
|
||||||
order: 3;
|
flex: 0 0 auto;
|
||||||
margin-right: auto;
|
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -183,14 +182,15 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.brand {
|
.brand {
|
||||||
order: 1;
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
|
margin-inline-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
|
order: 2;
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@@ -198,10 +198,12 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.brand-copy {
|
.brand-copy {
|
||||||
|
order: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
align-items: flex-start;
|
align-items: flex-end;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-name {
|
.brand-name {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم