diff --git a/download.html b/download.html index b86ac54d..2fb1ef1b 100644 --- a/download.html +++ b/download.html @@ -7,7 +7,7 @@ - + @@ -50,9 +50,13 @@ color: var(--foreground); } - html, body { + /* Only set dimensions if needed for flex centering */ + html { height: 100%; - width: 100%; + } + body { + min-height: 100%; + margin: 0; } .download-button > svg > g > path { @@ -292,7 +296,7 @@
Intel: - Download .zip - Download .msix + Download .zip + Download .msix Download .appinstaller
@@ -343,7 +347,7 @@