File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
apps/svelte.dev/src/routes/_home Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
+ import { Icon } from ' @sveltejs/site-kit/components' ;
2
3
// @ts-expect-error
3
4
import MachineDesktop from ' ./svelte-machine-desktop.png?w=1200;2000;2800;4400&format=avif;webp;png;&as=picture' ;
4
5
// @ts-expect-error
8
9
<div class =" hero" >
9
10
<div class =" hero-content" >
10
11
<h1 >web development for the rest of us</h1 >
11
- <a href =" /docs" class =" cta basic " >get started</a >
12
+ <a href =" /docs" class =" cta" >get started < Icon name = " arrow-right " /> </a >
12
13
</div >
13
14
14
15
<picture class =" machine" >
86
87
87
88
h1 {
88
89
max-width : 9em ;
90
+ margin-bottom : 0.5em ;
89
91
}
90
92
91
93
.machine img {
97
99
98
100
.cta {
99
101
font : var (--sk-font-ui-medium );
102
+ font-size : 2rem ;
100
103
color : var (--sk-theme-1 );
101
104
text-transform : uppercase ;
105
+ display : flex ;
106
+ align-items : center ;
107
+ gap : 0.5rem ;
102
108
}
103
109
104
110
@media (min-width : 800px ) {
You can’t perform that action at this time.
0 commit comments