From: Arnaud Guéras Date: Fri, 29 Nov 2024 14:48:20 +0000 (+0100) Subject: some feedback kfixes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dd23722ba724b336d4e725e99aca9960328098ab;p=www-xenproject-org.git some feedback kfixes Signed-off-by: Arnaud Guéras --- diff --git a/content/projects/windows-pv-drivers.md b/content/projects/windows-pv-drivers.md index 9b9b66a..6c3d346 100644 --- a/content/projects/windows-pv-drivers.md +++ b/content/projects/windows-pv-drivers.md @@ -44,8 +44,8 @@ The Windows PV Drivers team at the Xen Project is maintaining and developing the The team plans to perform regular builds of the drivers and aims to test them using the Microsoft HCK. The team further plans to provide logo-signed builds of the drivers in future commercial Xen offerings. The team may also provide logo-signed drivers via Microsoft’s Windows Update mechanism, making them widely available to anyone running Windows under Xen (not just XenServer) without the need to build the drivers themselves.

- - Download developement builds + + Download development builds

diff --git a/themes/xen-project/assets/css/components/carousel.scss b/themes/xen-project/assets/css/components/carousel.scss index 4c65493..548034e 100644 --- a/themes/xen-project/assets/css/components/carousel.scss +++ b/themes/xen-project/assets/css/components/carousel.scss @@ -13,7 +13,7 @@ --negative-margin-multiplier: 3; --carousel-negative-margin: calc((var(--item-width) + var(--gap)) * -1 * var(--negative-margin-multiplier)); --color-background: var(--color-surface-secondary); - --item-shadow-height: 26px; + --item-shadow-height: 39px; overflow: hidden; @include phone {