Skip to content

Commit b2be55b

Browse files
committed
tweak
1 parent ad5ec7a commit b2be55b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

apps/svelte.dev/src/routes/_home/Hero.svelte

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<script>
2-
import SvelteLogotype from './svelte-logotype.svg';
3-
4-
// @ts-ignore
2+
// @ts-expect-error
53
import MachineDesktop from './svelte-machine-desktop.png?w=1200;2000;2800;4400&format=avif;webp;png;&as=picture';
6-
// @ts-ignore
4+
// @ts-expect-error
75
import MachineMobile from './svelte-machine-mobile.png?w=960&format=avif;webp;png;&as=picture';
86
</script>
97

108
<div class="hero">
119
<div class="hero-content">
12-
<!-- <img alt="Svelte logotype" class="logotype" src={SvelteLogotype} width="300" height="56" /> -->
1310
<h1>web development for the rest of us</h1>
1411
<a href="/docs" class="cta basic">get started</a>
1512
</div>
@@ -122,10 +119,6 @@
122119
}
123120
124121
@media (min-width: 1400px) {
125-
.hero-content {
126-
/* top: 6vw; */
127-
}
128-
129122
.hero {
130123
height: calc(10rem + 20vw);
131124
padding: 10rem 0 0 0;

0 commit comments

Comments
 (0)