Fixed UI issue from previous accessability fixes.
This commit is contained in:
parent
336f06f2dc
commit
b241fafce4
1 changed files with 13 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); }
|
|||
border-radius: 999px;
|
||||
cursor: pointer;
|
||||
transition: background 150ms ease;
|
||||
white-space: nowrap;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.lang-switcher-btn:hover,
|
||||
.lang-switcher-btn:focus-visible {
|
||||
|
|
@ -294,6 +296,15 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); }
|
|||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
/* Header container - prevent flex wrapping */
|
||||
.app-header .container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: nowrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
/* Hero */
|
||||
.hero {
|
||||
padding: 3rem 0;
|
||||
|
|
@ -539,6 +550,8 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); }
|
|||
border-radius: 999px;
|
||||
background: transparent;
|
||||
transition: background 150ms ease;
|
||||
white-space: nowrap;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.lang-switcher a:hover,
|
||||
.lang-switcher a:focus-visible {
|
||||
|
|
|
|||
Loading…
Reference in a new issue