diff --git a/site/assets/scss/yuzu/yuzu.scss b/site/assets/scss/yuzu/yuzu.scss index 1ef71860..1973700d 100644 --- a/site/assets/scss/yuzu/yuzu.scss +++ b/site/assets/scss/yuzu/yuzu.scss @@ -98,6 +98,10 @@ a:hover { display: block !important; } +.show-with-js { + display: none; +} + // Make text nicer to read in articles .section.content.pt-sm > p { text-align: justify; @@ -142,14 +146,15 @@ pre > code { } #download-buttons > a { - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.75rem; + margin-bottom: 0.75rem; } -@media screen and (min-width: 768px) { +@media screen and (min-width: 780px) { #download-header { flex-direction: row; text-align: left; + align-items: center; } #download-buttons > a { diff --git a/site/content/downloads.md b/site/content/downloads.md index f6cd38a5..1fe6f07e 100644 --- a/site/content/downloads.md +++ b/site/content/downloads.md @@ -4,10 +4,8 @@ layout: "downloads" FullWidth: true --- -
-
-

Windows

- +
+

Windows Instructions

yuzu requires the latest versions of Microsoft Visual C++. @@ -27,9 +25,8 @@ Intel and AMD users are strongly recommended to switch to Vulkan by going to `Em -

-

Linux

- +
+

Linux Instructions

We have yuzu as an AppImage and Flatpak now! This relaxes dependency requirements for yuzu, as well as enabling it to run on a lot of older distributions.

@@ -46,4 +43,3 @@ chmod a+x yuzu-*.AppImage Or with the GUI, right click the AppImage, click Properties, then Permissions, then click "Allow this file to run as a program". After that, double-click the AppImage to run it.
-
diff --git a/site/layouts/page/downloads.html b/site/layouts/page/downloads.html index 0bbb3597..9c18a22b 100644 --- a/site/layouts/page/downloads.html +++ b/site/layouts/page/downloads.html @@ -3,10 +3,8 @@
-
-
-

{{ .Title }}

-
+ - @@ -25,7 +55,9 @@
-
+
+

Builds

+
Hi! We see that you have JavaScript disabled. You can still use the @@ -36,19 +68,10 @@
- -
-
-
- Yuzu doesn't support your platform. If you are running Windows x64 or Linux x64 however, - choose one of the options below. -
-
-
-
+
-
+

Builds Last release was   @@ -82,39 +105,78 @@ {{ define "scripts" }} {{ end }}