untrack content dir
This commit is contained in:
parent
55684b6079
commit
fb310b279e
47 changed files with 634 additions and 189 deletions
|
|
@ -12,11 +12,16 @@
|
|||
font-family: "Switzer-Variable", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
#logo * {
|
||||
font-size: 25vw;
|
||||
line-height: 4rem;
|
||||
transform: translate(-2px, -13px);
|
||||
font-weight: 550;
|
||||
font-weight: var(--font-weight-extra-bold);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: var(--font-size-l);
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
@ -27,6 +32,18 @@ button,
|
|||
font-size: var(--font-size-m);
|
||||
line-height: calc(var(--unit--vertical));
|
||||
}
|
||||
|
||||
.fs-xl {
|
||||
font-size: var(--font-size-xl);
|
||||
}
|
||||
|
||||
.title-center {
|
||||
font-size: var(--font-size-m);
|
||||
font-weight: var(--font-weight-light);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p,
|
||||
li,
|
||||
button,
|
||||
|
|
@ -34,6 +51,20 @@ button,
|
|||
font-weight: var(--font-weight-light);
|
||||
}
|
||||
|
||||
.fw-bold {
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
.fw-extra-bold {
|
||||
font-weight: var(--font-weight-extra-bold);
|
||||
}
|
||||
|
||||
.f-inherit {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.ta-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue