summary-investigation → delete slides, dynamic nav
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-07 14:56:47 +01:00
parent aeb5abb7aa
commit 48ded249a3
9 changed files with 56 additions and 74 deletions

View file

@ -229,6 +229,7 @@ button:disabled{
border-color: var(--color-txt);
width: fit-content;
margin: var(--spacing) auto;
font-size: var(--fs-xsmall);
@media #{$small}{
margin-bottom: calc(var(--spacing)*2);
}

View file

@ -1,15 +1,9 @@
#hero{
#summary__hero{
width: 100%;
position: relative;
left: 0;
// @media #{$small}{
// width: 100vw;
// left: calc(var(--padding-body)*-1);
// }
figcaption{
color: var(--color-txt-light);
font-size: var(--fs-small);
@ -133,7 +127,6 @@
height: 18px;
fill: black;
opacity: 0.8;
// opacity: 0.7;
}
}