Skip to content

Commit

Permalink
Merge pull request #2678 from sveltejs/gh-2673
Browse files Browse the repository at this point in the history
fix wacky layout on mobile
  • Loading branch information
Rich-Harris authored May 4, 2019
2 parents 985bf87 + 3ee3576 commit 5263354
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 170 deletions.
6 changes: 3 additions & 3 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@sindresorhus/slugify": "^0.9.1",
"@sveltejs/site-kit": "^1.0.3",
"@sveltejs/site-kit": "^1.0.4",
"@sveltejs/svelte-repl": "0.0.10",
"chokidar": "^3.0.0",
"degit": "^2.1.3",
Expand Down
165 changes: 0 additions & 165 deletions site/src/routes/_components/Blurb.svelte

This file was deleted.

1 change: 0 additions & 1 deletion site/src/routes/index.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script>
import { Blurb, Hero, Section } from '@sveltejs/site-kit';
// import Blurb from './_components/Blurb.svelte';
import Example from './_components/Example.svelte';
import WhosUsingSvelte from './_components/WhosUsingSvelte.svelte';
// import Lazy from '../components/Lazy.svelte';
Expand Down

0 comments on commit 5263354

Please sign in to comment.