home > slideshow : enable
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s

This commit is contained in:
isUnknown 2026-05-26 10:56:17 +02:00
parent dc0c48acc3
commit 13040a9df3
8 changed files with 163 additions and 48 deletions

View file

@ -305,47 +305,6 @@ button.next {
display: block;
}
/* HOME SLIDESHOW */
#home-slideshow {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#home-slideshow img {
display: none;
width: 100%;
height: 100%;
object-fit: cover;
}
#home-slideshow img:first-child {
display: block;
}
/* HOME */
.main-infos {
width: calc(3 / 4 * var(--index-width));
position: relative;
float: left;
}
.skills {
width: calc(2 / 4 * var(--index-width));
position: relative;
float: left;
}
.clients {
width: calc(2 / 4 * var(--index-width));
position: relative;
float: left;
}
/* INFOS */
[data-template="infos"] div {