We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42f27a commit 3493eceCopy full SHA for 3493ece
src/components/changelog/Header.astro
@@ -32,6 +32,7 @@ const products = await uniqueProducts(notes);
32
---
33
34
<div
35
+ id="changelogHeader"
36
class="mt-0! mb-16 ml-[calc(50%-50vw)] flex w-screen items-center justify-evenly border-b-2 border-b-(--sl-color-hairline) bg-linear-to-r from-[#FFE9CB99] to-[#FFFFFF99] p-4 max-sm:flex-col-reverse sm:h-[18.75rem] dark:from-[#FBAD411F] dark:to-[#2C2C2C00]"
37
>
38
<div class="text-center sm:text-left">
0 commit comments