style page-simple + asides
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f61b6e8840
commit
afe5885708
9 changed files with 69 additions and 36 deletions
13
assets/css/partials/_page-aside.scss
Normal file
13
assets/css/partials/_page-aside.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.page__aside,
|
||||
.investigation__aside{
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
|
||||
.aside__title{
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing)*1)
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue