diff options
Diffstat (limited to 'examples/basics/src')
-rw-r--r-- | examples/basics/src/layouts/Layout.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/basics/src/layouts/Layout.astro b/examples/basics/src/layouts/Layout.astro index 7b552be19..181097125 100644 --- a/examples/basics/src/layouts/Layout.astro +++ b/examples/basics/src/layouts/Layout.astro @@ -35,7 +35,6 @@ const { title } = Astro.props; html { font-family: system-ui, sans-serif; background: #13151a; - background-size: 224px; } code { font-family: |