This commit is contained in:
parent
f9cdc18144
commit
4540c6e74b
3 changed files with 5 additions and 6 deletions
|
|
@ -1878,8 +1878,8 @@ body main {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
[data-template=investigation-summary] main header {
|
[data-template=investigation-summary] main header {
|
||||||
margin-left: auto;
|
margin-left: auto !important;
|
||||||
margin-right: auto;
|
margin-right: auto !important;
|
||||||
}
|
}
|
||||||
[data-template=investigation-summary] main .section__article {
|
[data-template=investigation-summary] main .section__article {
|
||||||
max-width: var(--max-w-content);
|
max-width: var(--max-w-content);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -292,7 +292,6 @@
|
||||||
@media #{$medium-up}{
|
@media #{$medium-up}{
|
||||||
|
|
||||||
[data-template="investigation-summary"] main{
|
[data-template="investigation-summary"] main{
|
||||||
|
|
||||||
#banner--page{
|
#banner--page{
|
||||||
width: calc((100% - var(--max-w-content))/2);
|
width: calc((100% - var(--max-w-content))/2);
|
||||||
}
|
}
|
||||||
|
|
@ -309,8 +308,8 @@
|
||||||
|
|
||||||
|
|
||||||
header{
|
header{
|
||||||
margin-left: auto;
|
margin-left: auto!important;
|
||||||
margin-right: auto;
|
margin-right: auto!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue