diff options
author | 2025-03-04 10:59:04 +0000 | |
---|---|---|
committer | 2025-03-04 10:59:04 +0000 | |
commit | fe8cacdf6e9244a6431880366876a787abee5d2a (patch) | |
tree | ec3d6d1041b3ab794e9f6c0118164d97bad218c2 /examples/hackernews/src | |
parent | 16d6d41b2e8b4c418b580f945d26a1ef386940a4 (diff) | |
download | astro-fe8cacdf6e9244a6431880366876a787abee5d2a.tar.gz astro-fe8cacdf6e9244a6431880366876a787abee5d2a.tar.zst astro-fe8cacdf6e9244a6431880366876a787abee5d2a.zip |
[ci] format
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; |