This commit is contained in:
parent
563e9b9fd4
commit
cce1ee0596
7 changed files with 86 additions and 56 deletions
|
|
@ -5,7 +5,7 @@
|
|||
--fs-xsmall: 12px;
|
||||
--fs-small: 16px;
|
||||
--fs-normal: 20px;
|
||||
--fs-medium: 24px;
|
||||
--fs-medium: 30px;
|
||||
--fs-big: 45px;
|
||||
--fs-button-bold: 22px;
|
||||
--max-w-content: 640px;
|
||||
|
|
@ -2542,6 +2542,7 @@ body {
|
|||
min-height: 100dvh;
|
||||
min-height: 100vh;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
@ -3047,7 +3048,6 @@ main .page__header .description-medium {
|
|||
margin-bottom: calc(var(--spacing) * 2);
|
||||
font-size: var(--fs-medium);
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
text-wrap: balance;
|
||||
max-width: var(--max-w-content);
|
||||
color: var(--color-accent);
|
||||
|
|
@ -3115,11 +3115,14 @@ main .page__header .description-medium {
|
|||
z-index: 10;
|
||||
}
|
||||
.report__content p {
|
||||
margin: calc(var(--spacing) * 0.5) 0;
|
||||
margin: calc(var(--spacing) * 0.75) 0;
|
||||
}
|
||||
.report__content ul {
|
||||
padding-left: 3ch;
|
||||
}
|
||||
.report__content ul li {
|
||||
margin: calc(var(--spacing) * 0.5) 0;
|
||||
}
|
||||
|
||||
.report__content:target {
|
||||
padding-top: calc(var(--header-h) * 2 + var(--spacing)) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue