hover card with bg
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-01-28 01:03:42 +01:00
parent 80a606243e
commit a0f0110fa6
14 changed files with 289 additions and 78 deletions

View file

View file

@ -2,10 +2,7 @@
position: relative;
#hero, .section__article{
max-width: var(--max-w-cards);
margin-inline: auto;
}
.panel-left{
@ -16,7 +13,6 @@
margin-left: auto;
margin-right: calc(var(--padding-body)*3);
.panel-left{
width: calc(100vw - var(--max-w-cards) - var(--padding-body)*6);
}
}
@ -27,7 +23,6 @@
margin-right: 0px;
width: calc(100% - var(--panel-w)*0.5 - var(--padding-body));
.panel-left{
width: calc(var(--panel-w)*0.5);
}
}