diff --git a/source/voice-pe/index.html b/source/voice-pe/index.html index 31a1eb1c6db..3e9bf6ff8cb 100644 --- a/source/voice-pe/index.html +++ b/source/voice-pe/index.html @@ -112,7 +112,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
-
Now
+
December 2024
Voice Preview Edition launches
diff --git a/source/voice-pe/styles.css b/source/voice-pe/styles.css index e47f13c335d..4f7e836a838 100644 --- a/source/voice-pe/styles.css +++ b/source/voice-pe/styles.css @@ -1590,25 +1590,10 @@ section#hero .bg-gradient { -.vpe-main #timeline[data-event="0"] .timeline .track .icon { - --top: calc(var(--grid-m) * -5); -} - -.vpe-main #timeline[data-event="1"] .timeline .track .icon { - --top: calc(var(--grid-m) * var(--event-height)); -} - .vpe-main #timeline[data-event="2"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 2)); + --top: calc(var(--grid-m) * (var(--event-height) * 2.333)); } -.vpe-main #timeline[data-event="3"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 3)); -} - -.vpe-main #timeline[data-event="4"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 4)); -} .vpe-main #timeline[data-event="0"] .event:nth-child(1) .content { opacity: 1;