mobile > nav : mobile style

This commit is contained in:
isUnknown 2026-06-04 14:12:14 +02:00
parent 5b256489eb
commit b695729dfa
3 changed files with 44 additions and 1 deletions

View file

@ -24,6 +24,34 @@
}
}
// Nav
body > .nav-wrapper {
nav {
ul {
li {
&:not(:last-child) {
margin-bottom: 4vh;
}
a {
span.label {
font-size: 1.25rem;
line-height: 100%;
margin-bottom: 0.3rem;
}
span.title {
font-size: 3.125rem;
line-height: 100%;
}
}
}
}
}
.lang-switchers {
margin-top: 8vh;
}
}
// Hero
.hero {
background-size: 30vw;

View file

@ -618,6 +618,21 @@ section.poster-slider .controls button.poster-next {
body > header button.burger {
width: 3rem;
}
body > .nav-wrapper nav ul li:not(:last-child) {
margin-bottom: 4vh;
}
body > .nav-wrapper nav ul li a span.label {
font-size: 1.25rem;
line-height: 100%;
margin-bottom: 0.3rem;
}
body > .nav-wrapper nav ul li a span.title {
font-size: 3.125rem;
line-height: 100%;
}
body > .nav-wrapper .lang-switchers {
margin-top: 8vh;
}
.hero {
background-size: 30vw;
padding-bottom: 2rem;

File diff suppressed because one or more lines are too long