summaryrefslogtreecommitdiff
path: root/examples/hackernews/src
diff options
context:
space:
mode:
authorGravatar renovate[bot] <ematipico@users.noreply.github.com> 2025-03-04 10:59:04 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-03-04 10:59:04 +0000
commitfe8cacdf6e9244a6431880366876a787abee5d2a (patch)
treeec3d6d1041b3ab794e9f6c0118164d97bad218c2 /examples/hackernews/src
parent16d6d41b2e8b4c418b580f945d26a1ef386940a4 (diff)
downloadastro-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.astro5
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;