1
0

Done implementing basic stay tuned site with robots.txt and sitemap

This commit is contained in:
Michael Rieger
2025-09-16 19:00:56 +02:00
parent 5967768c25
commit 6832ad549e
18 changed files with 772 additions and 77 deletions
+28 -5
View File
@@ -27,10 +27,6 @@
width: 100%;
height: 100%;
margin: 0;
overflow: clip;
padding: clamp(2rem, 5vw + 1rem, 3.75rem);
font-family: var(--ff-body);
font-size: var(--fs-400);
@@ -51,4 +47,31 @@
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
}
</style>
.content {
& * + * {
margin-top: 0.25em;
}
& a {
display: inline-block;
width: max-content;
position: relative;
font-weight: 500;
color: var(--clr-ts-warm-red);
}
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--ff-heading);
}
h1 {
max-width: 16ch;
font-size: var(--fs-xl);
font-weight: 700c;
text-transform: uppercase;
line-height: 1.1;
letter-spacing: 0.0333em;
}
</style>