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
|
|
@ -20,6 +20,14 @@
|
|||
white-space: nowrap;
|
||||
text-transform: uppercase;
|
||||
|
||||
@media #{$small} {
|
||||
height: calc(var(--h-block)*0.75);
|
||||
font-size: var(--fs-xsmall);
|
||||
padding: 0 1ch;
|
||||
padding-top: 3px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -29,7 +37,7 @@ main .page__header {
|
|||
margin-bottom: calc(var(--spacing) * 2);
|
||||
|
||||
@media #{$small} {
|
||||
margin-top: calc(var(--spacing) * 2);
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -42,18 +50,21 @@ main .page__header {
|
|||
line-height: var(--leading-title);
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
margin-bottom: calc(var(--spacing) * 1.5);
|
||||
|
||||
@media #{$small-up} {
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
@media #{$small} {
|
||||
margin-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.description {
|
||||
font-size: var(--fs-text);
|
||||
margin-bottom: calc(var(--spacing) * 3);
|
||||
margin-bottom: calc(var(--spacing) * 3);
|
||||
}
|
||||
|
||||
// .description-medium{
|
||||
// font-size: var(--fs-medium);
|
||||
// max-width: 58ch;
|
||||
// line-height: 1.1;
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue