diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-25 20:20:45 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-25 20:20:45 +0200 |
| commit | e028fd673e2bc8735786b5a5b3fdadac17b419c9 (patch) | |
| tree | 9b707043ebff280732e9b8947fdb8bcad32cc7f0 /src/layouts/Layout.astro | |
| parent | 32a759868c7a996ab23803ad1ce8cbd89f228f95 (diff) | |
Fix font sizes and GH actions
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d6ccaa0..6e389e2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- -import "@fontsource-variable/onest"; +import "@fontsource-variable/roboto"; +import "@fontsource-variable/roboto-mono"; import Header from "../partials/Header.astro"; import Footer from "../partials/Footer.astro"; @@ -146,8 +147,8 @@ const { title, description, empty } = Astro.props; align-self: center; - max-width: min(69ch, 90vw); - font-size: 1.2rem; + max-width: min(75ch, 90vw); + font-size: 1.125rem; padding-block-end: 3rem; |
