investigation, video first
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-13 10:29:55 +01:00
parent eaf77e8975
commit a7f45c1ed6
5 changed files with 41 additions and 22 deletions

View file

@ -1,13 +1,24 @@
#hero{
width: calc(100vw - var(--padding-body)*4);
width: calc(100vw - var(--padding-body)*2);
position: relative;
left: calc(var(--padding-body)*1);
left: 0;
@media #{$medium}{
width: calc(100vw - var(--padding-body)*2);
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;
}
// @media #{$medium}{
// width: calc(100vw - var(--padding-body)*2);
// position: relative;
// left: 0;
// }
@media #{$small}{
width: 100vw;

View file

@ -548,16 +548,18 @@ button:disabled {
}
#hero {
width: calc(100vw - var(--padding-body) * 4);
width: calc(100vw - var(--padding-body) * 2);
position: relative;
left: calc(var(--padding-body) * 1);
left: 0;
}
@media screen and (max-width: 1080px) {
#hero {
width: calc(100vw - var(--padding-body) * 2);
position: relative;
left: 0;
}
#hero .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;
}
@media screen and (max-width: 768px) {
#hero {

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,7 @@
[data-template="investigation-summary"] main{
position: relative;
position: relative;