style header
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-13 14:11:37 +01:00
parent f9cdc18144
commit 4540c6e74b
3 changed files with 5 additions and 6 deletions

View file

@ -1878,8 +1878,8 @@ body main {
margin: 0 auto;
}
[data-template=investigation-summary] main header {
margin-left: auto;
margin-right: auto;
margin-left: auto !important;
margin-right: auto !important;
}
[data-template=investigation-summary] main .section__article {
max-width: var(--max-w-content);

File diff suppressed because one or more lines are too long

View file

@ -292,7 +292,6 @@
@media #{$medium-up}{
[data-template="investigation-summary"] main{
#banner--page{
width: calc((100% - var(--max-w-content))/2);
}
@ -309,8 +308,8 @@
header{
margin-left: auto;
margin-right: auto;
margin-left: auto!important;
margin-right: auto!important;
}