This commit is contained in:
parent
70bd4f2f2c
commit
7dad587062
9 changed files with 157 additions and 120 deletions
|
|
@ -7,6 +7,10 @@
|
|||
.page__header {
|
||||
margin-inline: auto;
|
||||
max-width: var(--max-w-content);
|
||||
margin-bottom: 0px;
|
||||
.description{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.page__content{
|
||||
|
|
@ -94,7 +98,8 @@
|
|||
|
||||
.investigation__aside{
|
||||
max-width: var(--max-w-cards);
|
||||
margin: calc(var(--spacing)*4) auto;
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
|
||||
.aside__title{
|
||||
font-weight: 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue