File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
apps/svelte.dev/src/routes/_home Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
- import SvelteLogotype from ' ./svelte-logotype.svg' ;
3
-
4
- // @ts-ignore
2
+ // @ts-expect-error
5
3
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
7
5
import MachineMobile from ' ./svelte-machine-mobile.png?w=960&format=avif;webp;png;&as=picture' ;
8
6
</script >
9
7
10
8
<div class =" hero" >
11
9
<div class =" hero-content" >
12
- <!-- <img alt="Svelte logotype" class="logotype" src={SvelteLogotype} width="300" height="56" /> -->
13
10
<h1 >web development for the rest of us</h1 >
14
11
<a href =" /docs" class =" cta basic" >get started</a >
15
12
</div >
122
119
}
123
120
124
121
@media (min-width : 1400px ) {
125
- .hero-content {
126
- /* top: 6vw; */
127
- }
128
-
129
122
.hero {
130
123
height : calc (10rem + 20vw );
131
124
padding : 10rem 0 0 0 ;
You can’t perform that action at this time.
0 commit comments