diff options
author | 2024-08-02 14:21:40 +0200 | |
---|---|---|
committer | 2024-08-02 20:21:40 +0800 | |
commit | 19adfaa705d0047537fdc870a9eb6e6f97629c39 (patch) | |
tree | 9b56f9a21bc6fff025957d7756bd8081efebc707 /examples/basics/src | |
parent | d052428e381fccaf6499aae957f2b650c999d66f (diff) | |
download | astro-19adfaa705d0047537fdc870a9eb6e6f97629c39.tar.gz astro-19adfaa705d0047537fdc870a9eb6e6f97629c39.tar.zst astro-19adfaa705d0047537fdc870a9eb6e6f97629c39.zip |
chore: Remove unnecessary CSS in basic example (#11596)
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: |