diff options
Diffstat (limited to 'examples/hackernews/src')
-rw-r--r-- | examples/hackernews/src/layouts/Layout.astro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/hackernews/src/layouts/Layout.astro b/examples/hackernews/src/layouts/Layout.astro index b1630da8a..47bc1ab1a 100644 --- a/examples/hackernews/src/layouts/Layout.astro +++ b/examples/hackernews/src/layouts/Layout.astro @@ -16,8 +16,9 @@ import Nav from '../components/Nav.astro'; <slot /> <style is:global> body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, - Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; + font-family: + -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, + 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-size: 15px; background-color: rgb(226 232 240); margin: 0; |