diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 64d1704..be1cadd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -7,7 +7,7 @@ const { title } = Astro.props; --- - +
@@ -98,7 +98,7 @@ const { title } = Astro.props; } body { - font-size: clamp(1.5rem, 4vw, 2rem); + font-size: clamp(1.5rem, 4vw, 1.75rem); font-family: "Ysabeau", sans-serif; line-height: 1.4; background-color: var(--gray-1); diff --git a/src/pages/index.astro b/src/pages/index.astro index a761ee5..1f34ee5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,28 +13,27 @@ import Layout from "../layouts/Layout.astro"; -- I do mainly web development. While I do so, I try to stay as close to the web platform as possible, - without the heavy tooling and hype of JavaScript frameworks. - I’m an advocate of hypermedia-driven applications. - I like a good typography. I experiment with computational typesetting and Pollen for my school theses. - I contribute to open-source projects at nolog.cz, activist IT collective - which provides privacy-focused infrastructure to social movements (You should consider donating to them). - +