From 90a3fac2ad0af7fdc6f131cc290d08f2404014cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 31 Oct 2023 15:03:11 +0100 Subject: [PATCH] Website: use smaller font for architecture The macOS builds are available for two architectures; use a smaller font for the `(Intel)` and `(Silicon/ARM)` text. --- .../content/download/_index.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index 826ec9fd..ad362d8d 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -11,12 +11,12 @@ Manager web-interface after installation. The latest version is: **{{< flamenco/latestVersion >}}** -| Platform | File | -|---------------|------------------------------------------------------| -| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadLink os="linux" >}} | -| macOS (Intel) | {{< flamenco/downloadLink os="macos" >}} | -| checksums | {{< flamenco/sha256link >}} | +| Platform | File | +|------------------------------|------------------------------------------------------| +| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadLink os="linux" >}} | +| macOS (Intel) | {{< flamenco/downloadLink os="macos" >}} | +| checksums | {{< flamenco/sha256link >}} | Please report any issue at [projects.blender.org][bugs]. @@ -29,13 +29,13 @@ and `flamenco-manager.sqlite` files before you venture forth. To see what's new, check [the changelog](https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md). -| Platform | File | -|---------------------|----------------------------------------------------------------------------------------------------------| -| Windows | {{< flamenco/downloadExperimentalLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadExperimentalLink os="linux" >}} | -| macOS (Intel) | {{< flamenco/downloadExperimentalLink os="macos" >}} | -| macOS (Silicon/ARM) | {{< flamenco/downloadExperimentalLink os="macos" arch="arm64" >}} (without FFmpeg, [see below][mac-arm]) | -| checksums | {{< flamenco/sha256linkExperimental >}} | +| Platform | File | +|------------------------------------|----------------------------------------------------------------------------------------------------------| +| Windows | {{< flamenco/downloadExperimentalLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadExperimentalLink os="linux" >}} | +| macOS (Intel) | {{< flamenco/downloadExperimentalLink os="macos" >}} | +| macOS (Silicon/ARM) | {{< flamenco/downloadExperimentalLink os="macos" arch="arm64" >}} (without FFmpeg, [see below][mac-arm]) | +| checksums | {{< flamenco/sha256linkExperimental >}} | Please report any issue at [projects.blender.org][bugs].