diff --git a/src/components/GlobalStyles.astro b/src/components/GlobalStyles.astro index 589f999..6e841da 100644 --- a/src/components/GlobalStyles.astro +++ b/src/components/GlobalStyles.astro @@ -11,10 +11,11 @@ --ff-heading: "Clash Display", sans-serif; --ff-body: "Archivo", sans-serif; - --fs-xl: clamp(3rem, 4vw + 1rem, 6rem); + --fs-xl: clamp(3rem, 5vw + 1rem, 6rem); --fs-600: 1.25rem; --fs-500: 1.125rem; --fs-400: 1rem; + --fs-300: 0.75rem; } * { diff --git a/src/components/Hero.astro b/src/components/Hero.astro index a541988..b7aed0b 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -21,6 +21,8 @@ import Logo from "../assets/ci/icon-only.svg"; > --> + + @@ -28,7 +30,7 @@ import Logo from "../assets/ci/icon-only.svg"; @@ -65,10 +67,12 @@ import Logo from "../assets/ci/icon-only.svg"; letter-spacing: 0.0333em; } - p { - max-width: 50ch; - line-height: 1.4; - font-size: var(--fs-600); + .content { + & p { + max-width: 50ch; + line-height: 1.4; + font-size: var(--fs-600); + } } a { @@ -92,14 +96,22 @@ import Logo from "../assets/ci/icon-only.svg"; bottom: -0.05rem; } + .copyright { + margin-top: auto; + grid-row: 2; + grid-column: 1; + font-size: var(--fs-300); + } + .typemark { margin: auto 0 0 auto; grid-row: 2; grid-column: 2; fill: var(--clr-ts-warm-red) !important; - height: 3.125rem; width: auto; max-width: 100%; + height: auto; + max-height: 3.125rem; } .logo { diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro index b400846..16fae3c 100644 --- a/src/pages/privacy.astro +++ b/src/pages/privacy.astro @@ -13,17 +13,29 @@ import Layout from "../layouts/Layout.astro";

Analytics

- I use self-hosted Umami to track basic website usage. - No personal data, cookies, or IP addresses are collected. + I use self-hosted Umami to track basic website usage. No personal data, cookies, or IP + addresses are collected.

Hosting

- The website is hosted by Hetzner Online GmbH. - Standard server logs may be collected for technical and security - purposes, including IP addresses and access times. These logs - are used solely for server maintenance and security and are not - combined with any other data. + The website is hosted by Hetzner Online GmbH. Standard server logs may be collected for technical and + security purposes, including IP addresses and access times. + These logs are used solely for server maintenance and security + and are not combined with any other data.

Data Retention