styles refinements

This commit is contained in:
Antoine M 2024-03-18 11:13:35 +01:00
parent 32e4cb570f
commit b55ab5a961

View File

@ -33,6 +33,11 @@ nav.main-menu {
@apply text-lhoistdark;
}
}
&:nth-child(2) {
a {
@apply ml-16 flex items-center gap-8;
}
}
}
}
&__legal-mentions {
@ -45,6 +50,9 @@ nav.main-menu {
}
}
}
.span-construction {
@apply text-5xl;
}
}
.page-container:has(.menu[open]) {