This commit is contained in:
parent
48ded249a3
commit
da79013711
14 changed files with 203 additions and 200 deletions
|
|
@ -11,7 +11,6 @@
|
|||
padding-top: 3px;
|
||||
|
||||
font-size: var(--fs-xsmall);
|
||||
line-height: 1;
|
||||
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-txt-light);
|
||||
|
|
@ -40,7 +39,7 @@ main .page__header {
|
|||
font-weight: normal;
|
||||
font-size: var(--fs-medium);
|
||||
font-weight: 500;
|
||||
line-height: var(--leading-tight);
|
||||
line-height: var(--leading-title);
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
margin-bottom: calc(var(--spacing) * 0.5);
|
||||
text-wrap: balance;
|
||||
|
|
@ -48,8 +47,8 @@ main .page__header {
|
|||
}
|
||||
|
||||
.description {
|
||||
max-width: 58ch;
|
||||
line-height: 1.1;
|
||||
// max-width: 58ch;
|
||||
// line-height: 1.1;
|
||||
}
|
||||
|
||||
.description-medium{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue