File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ export default function Home() {
89
89
To< b > Lua</ b >
90
90
</ h1 >
91
91
< p className = "hero__subtitle" > Write Lua with TypeScript</ p >
92
- < div className = { styles . buttons } >
92
+ < div className = { styles . quickNavButtons } >
93
93
< Link
94
- className = " button button--outline button--primary button--lg"
94
+ className = { ` button button--outline button--primary button--lg ${ styles . quickNavButton } ` }
95
95
to = { useBaseUrl ( "docs/getting-started" ) }
96
96
>
97
97
Get Started
98
98
</ Link >
99
- < Link className = " button button--outline button--success button--lg" to = { useBaseUrl ( "play" ) } >
99
+ < Link className = { ` button button--outline button--success button--lg ${ styles . quickNavButton } ` } to = { useBaseUrl ( "play" ) } >
100
100
Try Online
101
101
</ Link >
102
102
</ div >
Original file line number Diff line number Diff line change 13
13
}
14
14
}
15
15
16
- .buttons {
16
+ .quickNavButtons {
17
17
display : flex ;
18
18
> a {
19
19
margin : 0 5px ;
20
20
}
21
21
}
22
22
23
+ .quickNavButton {
24
+ width : 171px ;
25
+ }
26
+
23
27
.example {
24
28
font-size : 0.8rem ;
25
29
}
You can’t perform that action at this time.
0 commit comments