This commit is contained in:
parent
d758cd0843
commit
4ff06a3adc
6 changed files with 92 additions and 7 deletions
|
|
@ -1595,6 +1595,29 @@ body main {
|
|||
padding: 0 var(--padding-body);
|
||||
}
|
||||
|
||||
.section--home {
|
||||
margin: calc(var(--spacing) * 3);
|
||||
}
|
||||
.section--home .title-section {
|
||||
font-size: var(--fs-medium);
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#home__description .section--inner {
|
||||
max-width: var(--max-w-container);
|
||||
}
|
||||
#home__description p {
|
||||
font-size: var(--fs-big);
|
||||
max-width: var(--max-w-content);
|
||||
}
|
||||
#home__description button {
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
}
|
||||
#home__description button .icon svg {
|
||||
width: 11px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 560px) {
|
||||
[data-template=investigations] main #container-cards {
|
||||
max-width: var(--max-w-container);
|
||||
|
|
@ -1834,6 +1857,10 @@ body main {
|
|||
max-width: var(--max-w-content);
|
||||
margin: 0 auto;
|
||||
}
|
||||
[data-template=investigation-summary] main header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
[data-template=investigation-summary] main .section__article {
|
||||
max-width: var(--max-w-content);
|
||||
margin: calc(var(--spacing) * 3) auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue