Commit 19968f0 1 parent ba6b7e6 commit 19968f0 Copy full SHA for 19968f0
File tree 5 files changed +13
-6
lines changed
5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"_variables" : {
3
- "lastUpdateCheck" : 1719691941361
3
+ "lastUpdateCheck" : 1722002543768
4
4
}
5
5
}
Original file line number Diff line number Diff line change 10
10
"astro" : " astro"
11
11
},
12
12
"dependencies" : {
13
- "@astrojs/check" : " ^0.7.0 " ,
13
+ "@astrojs/check" : " 0.8.3 " ,
14
14
"@astrojs/vercel" : " ^7.7.2" ,
15
15
"@iconify-json/ic" : " ^1.1.17" ,
16
- "astro" : " ^4.11.3 " ,
16
+ "astro" : " 4.12.2 " ,
17
17
"astro-icon" : " ^1.1.0" ,
18
- "typescript" : " ^5.5.2 "
18
+ "typescript" : " ^5.5.4 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 34
34
<style >
35
35
.footer {
36
36
margin-top: 50px;
37
- width: 100% ;
37
+ width: 100vw ;
38
38
font-family: var(--pro-text);
39
39
background-color: var(--primary-color);
40
40
padding: 20px 0px;
43
43
font-size: 14px;
44
44
color: var(--secondary-text);
45
45
border-top: 1px solid var(--stroke);
46
+ justify-content: center;
46
47
}
47
48
48
49
.theme-switcher {
72
73
}
73
74
74
75
.copyright {
75
- max-width: 70%;
76
76
font-size: 12px;
77
77
color: var(--secondary-text);
78
78
margin-left: 10px;
Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ const socials = [
83
83
/>
84
84
85
85
<div class =" cta-after" >
86
+ <h1 class =" mythic-gradient-text" style =" text-align: left;" >
87
+ Gaming on a Mac has never been this easy
88
+ </h1 >
89
+ <p style =" margin-top: 15px; text-align: left;" >
90
+ Time to throw all your virtual machines, wine bottles and subscriptions
91
+ out of the window.
92
+ </p >
86
93
{
87
94
features .map ((feature , index ) => (
88
95
<FeatureSection
You can’t perform that action at this time.
0 commit comments