page header modifications
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
This commit is contained in:
parent
afe5885708
commit
e69e765586
5 changed files with 20 additions and 14 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#investigation__hero{
|
||||
@media #{$small-up} {
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
padding-top: calc(var(--spacing)*2.5);
|
||||
margin-bottom: calc(var(--spacing)*3);
|
||||
}
|
||||
@media #{$small} {
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
margin-top: calc(var(--spacing) * 1.5);
|
||||
border-bottom: var(--border-light);
|
||||
max-width: var(--max-w-content);
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
font-size: var(--fs-normal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue