diff --git a/source/voice-pe/index.html b/source/voice-pe/index.html index d16b2fd2f7f..8f8e9ebd249 100644 --- a/source/voice-pe/index.html +++ b/source/voice-pe/index.html @@ -208,7 +208,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
Preview the future of voice for just
-
$59*
+
$69 / €59 *
@@ -217,7 +217,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg alt="Front view of the Voice Preview Edition showing the speaker holes">
Buy now - * Recommended MSRP. Pricing subject to individual retailers. + * Recommended MSRP. Prices differ between regions due to varying local market costs and conditions, and subject to individual retailers.
diff --git a/source/voice-pe/styles.css b/source/voice-pe/styles.css index 4f7e836a838..f591f1e456a 100644 --- a/source/voice-pe/styles.css +++ b/source/voice-pe/styles.css @@ -174,14 +174,19 @@ article.page h3 { --subtitle-medium-mobile: 24; --price: 170; - --price-mobile: 120; - + --price-mobile: 60; + --wrapper-radius: 0px; - + isolation: isolate; position: relative; } +@media only screen and (min-width: 875px) { + :root{ + --price-mobile: 120; + } +} @media only screen and (min-width: 2180px) { .vpe-main { --wrapper-radius: 40px; @@ -2881,7 +2886,7 @@ section#hero .bg-gradient { background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; - margin-bottom: -20px; + margin-bottom: -10px; display: flex; margin-top: 8px; } @@ -4894,6 +4899,11 @@ section#hero .bg-gradient { } } +@media (min-width: 940px) { + .vpe-main #pricing .fs-price { + margin-bottom: -10px; + } +} @media (min-width: 940px) { .vpe-main { --columns: 11; @@ -5190,7 +5200,7 @@ section#hero .bg-gradient { } .vpe-main #pricing .fs-price { - margin-bottom: -26px; + margin-bottom: -20px; margin-top: 20px; }