Various fix CSS
All checks were successful
Deploy / Deploy to Production (push) Successful in 2s

This commit is contained in:
Camilledenoray 2026-06-04 15:33:30 +02:00
parent 52bed3e2c4
commit a481c727a6
7 changed files with 105 additions and 53 deletions

View file

@ -94,7 +94,8 @@
position: fixed;
top: var(--slider-height);
margin-top: calc(-2 * (var(--line-height-S)));
right: var(--body-margin);
left: var(--body-margin);
padding-right: 0;
}
.main-menu {
@ -105,16 +106,6 @@
display: flex;
}
.close-mobile-menu {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
font-size: var(--font-size-XL);
display: flex;
justify-content: center;
}
header:hover ~ main {
opacity: 1;
transition-duration: 0;
@ -133,6 +124,25 @@
#home-slideshow img:not(.slide.active img) {
display: none;
}
.project-toggler.closer {
position: fixed;
top: var(--slider-height);
margin-top: calc(-2.3 * (var(--line-height-S)));
right: var(--body-margin);
font-size: var(--font-size-L);
cursor: pointer;
mix-blend-mode: difference;
}
.project-toggler.closer::before {
content: "Fermer";
color: var(--mix-blend-color);
}
.selected .toggle {
display: block;
}
}
@media (max-width: 687px) {