yuzu requires the latest versions of Microsoft Visual C++. - Please download and install the dependency from below.
+Please download and install the dependency from below. Download Microsoft Visual C++ 2022 here!diff --git a/site/assets/scss/yuzu/yuzu.scss b/site/assets/scss/yuzu/yuzu.scss index d673f49d..1ef71860 100644 --- a/site/assets/scss/yuzu/yuzu.scss +++ b/site/assets/scss/yuzu/yuzu.scss @@ -135,12 +135,35 @@ pre > code { box-shadow: 0 1px 1px rgba(0,0,0,0.125); } -// Workaround for browsers without JavaScript for the downloads page -#install-view, #manual-package-view { +#download-header { + display: flex; + flex-direction: column; + text-align: center; +} + +#download-buttons > a { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +@media screen and (min-width: 768px) { + #download-header { + flex-direction: row; + text-align: left; + } + + #download-buttons > a { + margin-top: 0; + margin-bottom: 0; + } +} + +#unsupported-platform-view { display: none; } -.dl-button, #platform-unsupported { +// Workaround for browsers without JavaScript for the downloads page +#install-view, #manual-package-view { display: none; } diff --git a/site/content/downloads.md b/site/content/downloads.md index 7a381cbe..f6cd38a5 100644 --- a/site/content/downloads.md +++ b/site/content/downloads.md @@ -4,29 +4,32 @@ layout: "downloads" FullWidth: true --- - - -## Windows +