Misc: ajustements i18n, menu et controller
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae86f0ce1c
commit
77080c4928
3 changed files with 72 additions and 40 deletions
|
|
@ -234,20 +234,40 @@
|
|||
|
||||
/* Mobile — var(--breakpoint-mobile) = 700px */
|
||||
@media (max-width: 700px) {
|
||||
.menu-title {
|
||||
font-size: 1.75rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
.menu-list {
|
||||
font-size: var(--font-size-subtitle-mobile);
|
||||
grid-area: 6/4 / span 8 / span 8;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
.menu-nav-number {
|
||||
margin-left: -15px;
|
||||
}
|
||||
.menu-nav-label {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.menu-connect {
|
||||
font-size: var(--font-size-button-mobile);
|
||||
grid-area: 8/12 / span 8 / span 8;
|
||||
text-align: left;
|
||||
align-self: start;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.menu-connect-label {
|
||||
font-size: var(--font-size-paragraph-small-mobile);
|
||||
}
|
||||
|
||||
.menu-connect-info {
|
||||
font-family: "Danzza Medium", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.menu-connect-title {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue