css compile
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
isUnknown 2026-01-13 14:16:47 +01:00
parent 57b03d5a3d
commit 770391fb52
3 changed files with 3 additions and 3 deletions

View file

@ -2667,7 +2667,7 @@ body main {
} }
[data-template=investigation-summary] main header { [data-template=investigation-summary] main header {
max-width: var(--max-w-content); max-width: var(--max-w-content);
margin-left: var(--banner-medium); margin-left: auto;
margin-top: calc(var(--spacing) * 1.5); margin-top: calc(var(--spacing) * 1.5);
margin-bottom: calc(var(--spacing) * 0.5); margin-bottom: calc(var(--spacing) * 0.5);
} }

File diff suppressed because one or more lines are too long

View file

@ -242,7 +242,7 @@
header { header {
max-width: var(--max-w-content); max-width: var(--max-w-content);
margin-left: var(--banner-medium); margin-left: auto;
margin-top: calc(var(--spacing) * 1.5); margin-top: calc(var(--spacing) * 1.5);
margin-bottom: calc(var(--spacing) * 0.5); margin-bottom: calc(var(--spacing) * 0.5);
} }