@@ -29,6 +29,7 @@ import DownloadLink from "../components/ui/DownloadLink.astro";
29
29
<img
30
30
src =" /img/screenshots/ModpackInstallLight.png"
31
31
alt =" Prism Launcher screenshot showing the modpack installation user-interface"
32
+ class =" mx-auto"
32
33
/>
33
34
</picture >
34
35
<picture >
@@ -39,6 +40,7 @@ import DownloadLink from "../components/ui/DownloadLink.astro";
39
40
<img
40
41
src =" /img/screenshots/ModpackUpdateLight.png"
41
42
alt =" Prism Launcher screenshot showing the modpack updating user-interface"
43
+ class =" mx-auto"
42
44
/>
43
45
</picture >
44
46
</div >
@@ -58,6 +60,7 @@ import DownloadLink from "../components/ui/DownloadLink.astro";
58
60
<img
59
61
src =" /img/screenshots/ModInstallLight.png"
60
62
alt =" Prism Launcher screenshot showing the mod installation user-interface"
63
+ class =" mx-auto"
61
64
/>
62
65
</picture >
63
66
<picture >
@@ -68,6 +71,7 @@ import DownloadLink from "../components/ui/DownloadLink.astro";
68
71
<img
69
72
src =" /img/screenshots/ModUpdateLight.png"
70
73
alt =" Prism Launcher screenshot showing the mod updating user-interface"
74
+ class =" mx-auto"
71
75
/>
72
76
</picture >
73
77
</div >
@@ -78,37 +82,35 @@ import DownloadLink from "../components/ui/DownloadLink.astro";
78
82
each with its own settings, mods, and configurations. This means you can
79
83
easily switch between different setups without any issues.
80
84
</p >
81
- <div class =" my-6" >
82
- <picture >
83
- <source
84
- media =" (prefers-color-scheme: dark)"
85
- srcset =" /img/screenshots/PropertiesDark.png"
86
- />
87
- <img
88
- src =" /img/screenshots/PropertiesLight.png"
89
- alt =" Prism Launcher screenshot showing the instance management user-interface"
90
- />
91
- </picture >
92
- </div >
85
+ <picture >
86
+ <source
87
+ media =" (prefers-color-scheme: dark)"
88
+ srcset =" /img/screenshots/PropertiesDark.png"
89
+ />
90
+ <img
91
+ src =" /img/screenshots/PropertiesLight.png"
92
+ alt =" Prism Launcher screenshot showing the instance management user-interface"
93
+ class =" mx-auto"
94
+ />
95
+ </picture >
93
96
94
97
<h3 >Lightweight and Customizable</h3 >
95
98
<p >
96
99
You don't need an embedded web browser as a game launcher. Prism is built
97
100
with the Qt toolkit, requiring very few system resources to run. It also
98
101
lets you customize the menu and supports custom themes.
99
102
</p >
100
- <div class =" my-6" >
101
- <picture >
102
- <source
103
- media =" (prefers-color-scheme: dark)"
104
- srcset =" /img/screenshots/CustomizeDark.png"
105
- />
106
- <img
107
- src =" /img/screenshots/CustomizeLight.png"
108
- alt =" Prism Launcher screenshot showing a themed user-interface"
109
- />
110
- </picture >
111
- </div >
103
+ <picture >
104
+ <source
105
+ media =" (prefers-color-scheme: dark)"
106
+ srcset =" /img/screenshots/CustomizeDark.png"
107
+ />
108
+ <img
109
+ src =" /img/screenshots/CustomizeLight.png"
110
+ alt =" Prism Launcher screenshot showing a themed user-interface"
111
+ class =" mx-auto"
112
+ />
113
+ </picture >
112
114
113
115
<h2 >I want that!</h2 >
114
116
<p >
0 commit comments