style pages investigations + investigation summary
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-22 16:42:01 +01:00
parent 84f67c88cc
commit 05e49af352
24 changed files with 494 additions and 871 deletions

View file

@ -1,28 +1,14 @@
#hero{
width: calc(100vw - var(--padding-body)*2);
width: 100%;
position: relative;
left: 0;
.page-title-small{
color: var(--color-txt-light);
font-size: var(--fs-small);
top: calc(var(--spacing)*0.25);
right: calc(var(--spacing)*0.25);
text-align: right;
position: absolute;
z-index: 200;
background-color: rgba(255, 255, 255, 0.05);
padding: 5px 1ch;
@media #{$medium}{
display: none;
}
}
@media #{$small}{
width: 100vw;
left: calc(var(--padding-body)*-1);
}
// @media #{$small}{
// width: 100vw;
// left: calc(var(--padding-body)*-1);
// }
figcaption{
color: var(--color-txt-light);