card open-graph
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s

This commit is contained in:
Julie Blanc 2026-01-06 15:43:31 +01:00
parent 4642425f43
commit dc223ae1b8
24 changed files with 1199 additions and 492 deletions

View file

@ -35,4 +35,17 @@ body{
img{
max-width: 100%;
}
.link-block{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
// &:hover{
// background-color: rgba(255, 0, 0, 0.244);
// }
}

View file

@ -4,6 +4,7 @@ $medium-up: "screen and (min-width: 1080px)";
$small-up: "screen and (min-width: 768px)";
$small: "screen and (max-width: 768px)";
$x-small-up: "screen and (min-width: 560px)";
$x-small: "screen and (max-width: 560px)";
$paysage: "screen and (max-height: 670px) and (min-width: 1080px)";

View file

@ -52,6 +52,7 @@
--border: 1px solid var(--color-txt);
--border-medium: 1px solid var(--grey-600);
--border-light: 1px solid var(--grey-800);
@ -79,7 +80,7 @@
@media #{$small}{
:root {
--fs-xsmall: 10px;
--fs-small: 11px;
--fs-small: 12px;
--fs-normal: 14px;
--fs-medium: 18px;
--fs-big: 28px;