@@ -120,8 +120,8 @@ <h2>Downloads</h2>
120120 < p > If you don't want an installer, you can download the shaderpack file from Modrinth.
121121 < br > Note that you need to manually download and install a shader loader to run shader packs.</ p >
122122 < p style ="margin-top: -6px; "> < a href ="#style-section "> < u > What's the difference?</ u > </ a > </ p >
123- < a href ="https://modrinth.com/shader/complementary-unbound/version/latest " target ="_blank " class ="btn btn-manual " style ="width: 300px ; --ThemeColor: var(--CompOrange); "> Complementary Unbound</ a >
124- < a href ="https://modrinth.com/shader/complementary-reimagined/version/latest " target ="_blank " class ="btn btn-manual " style ="width: 300px ; --ThemeColor: var(--CompOrange); "> Complementary Reimagined</ a >
123+ < a href ="https://modrinth.com/shader/complementary-unbound/version/latest " target ="_blank " class ="btn btn-manual " style ="width: 270px ; --ThemeColor: var(--CompOrange); "> Complementary Unbound</ a >
124+ < a href ="https://modrinth.com/shader/complementary-reimagined/version/latest " target ="_blank " class ="btn btn-manual " style ="width: 270px ; --ThemeColor: var(--CompOrange); "> Complementary Reimagined</ a >
125125 </ div >
126126 </ section > <!-- /.section-downloads -->
127127
@@ -202,8 +202,8 @@ <h2>Screenshots</h2>
202202 // Show both .exe and .jar buttons for Windows users
203203 document . getElementById ( 'installer-buttons' ) . innerHTML = `
204204 <p>Download the Complementary Installer as an .exe for Windows or universal .jar</p>
205- <a href="${ exeInstallerUrl } " class="btn btn-installer" style="width: 250px ; margin-right: 10px; border: 2px solid var(--CompBlue);">Download Windows Installer</a>
206- <a href="${ jarInstallerUrl } " class="btn btn-installer" style="width: 250px ; border: 2px solid var(--CompOrange);">Download Installer (.jar)</a>
205+ <a href="${ exeInstallerUrl } " class="btn btn-installer" style="width: 270px ; margin-right: 10px; border: 2px solid var(--CompBlue);">Download Windows Installer</a>
206+ <a href="${ jarInstallerUrl } " class="btn btn-installer" style="width: 270px ; border: 2px solid var(--CompOrange);">Download Installer (.jar)</a>
207207 ` ;
208208 } else {
209209 document . getElementById ( 'installer-buttons' ) . innerHTML = `<a href="${ jarInstallerUrl } " class="btn btn-installer" style="width: 350px; border: 2px solid var(--CompOrange);">Download Complementary Installer</a>` ;
0 commit comments