investigation responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
This commit is contained in:
parent
f24b296ff7
commit
bdb60646d0
14 changed files with 562 additions and 133 deletions
|
|
@ -8,6 +8,8 @@
|
|||
margin-inline: auto;
|
||||
max-width: var(--max-w-content);
|
||||
margin-bottom: 0px;
|
||||
|
||||
|
||||
.description{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
|
@ -18,6 +20,17 @@
|
|||
|
||||
}
|
||||
|
||||
#investigation__hero{
|
||||
@media #{$small-up} {
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
margin-bottom: calc(var(--spacing)*3);
|
||||
}
|
||||
@media #{$small} {
|
||||
padding-top: calc(var(--spacing)*1.5);
|
||||
margin-bottom: calc(var(--spacing)*2);
|
||||
}
|
||||
}
|
||||
|
||||
.investigation__content{
|
||||
font-size: var(--fs-text);
|
||||
}
|
||||
|
|
@ -74,6 +87,10 @@
|
|||
margin-inline: auto;
|
||||
font-size: var(--fs-normal);
|
||||
|
||||
@media #{$small} {
|
||||
font-size: var(--fs-small);
|
||||
}
|
||||
|
||||
.dl__group {
|
||||
@include grid-content();
|
||||
column-gap: 1ch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue