diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
| commit | a2830a0dd6f634147456406c7855881ff298078e (patch) | |
| tree | 93af1b60258b0b19a739b294fa31f201c2d64158 /src/layouts/Layout.astro | |
| parent | a423c9b15bdf43d28390fb0424dfeec012d82828 (diff) | |
Refresh portfolio design and fonts
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 976e8a3..0df9191 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,5 @@ --- -import "@fontsource/beiruti"; -import "@fontsource-variable/sen"; +import "@fontsource-variable/onest"; import Header from "../partials/Header.astro"; import Footer from "../partials/Footer.astro"; @@ -111,7 +110,7 @@ const { title, description, empty } = Astro.props; align-self: center; - max-width: 82ch; + max-width: min(1000px, 90vw); font-size: 1.2rem; padding-block-end: 3rem; |
