1
0

Switch to launch mode, add more information to imprint, add logos

This commit is contained in:
Michael Rieger
2025-10-07 17:48:35 +02:00
parent 72f4faea7f
commit 6a006a7410
17 changed files with 339 additions and 116 deletions
+12 -4
View File
@@ -11,8 +11,8 @@
--ff-heading: "Clash Display", sans-serif;
--ff-body: "Archivo", sans-serif;
--fs-xl: clamp(3rem, 5vw + 1rem, 6rem);
--fs-600: 1.25rem;
--fs-xl: clamp(2.125rem, 5vw + 1rem, 6rem);
--fs-600: clamp(1.125rem, 1.5vw + 0.5rem, 1.25rem);
--fs-500: 1.125rem;
--fs-400: 1rem;
--fs-300: 0.75rem;
@@ -33,6 +33,7 @@
background-color: var(--clr-ts-dark);
color: var(--clr-ts-light);
-webkit-font-smoothing: antialiased;
}
.sr-only {
@@ -50,7 +51,9 @@
}
.content {
& * + * {
max-width: 82ch;
& > * + * {
margin-top: 0.25em;
}
@@ -63,7 +66,12 @@
}
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--ff-heading);
}