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 15987ef commit 2924047Copy full SHA for 2924047
src/pages/test.astro
@@ -38,7 +38,7 @@ import "../styles/global.css";
38
<!-- Text overlay as background texture with parallax effect -->
39
<div class="absolute inset-0 w-full h-full overflow-hidden">
40
<div
41
- class="text-darker-gray text-[40vw] font-black font-display leading-[0.9] text-center uppercase absolute top-1/2 left-1/2 w-[150%]"
+ class="text-darker-gray text-[50vw] sm:text-[33vw] font-black font-display leading-[0.9] text-center uppercase absolute top-1/2 left-1/2 w-[150%] select-none"
42
x-bind:style="'transform: translate(-50%, -50%) rotate(45deg) translateY(' + scrollPosition * 0.6 + 'px)'"
43
>
44
Some blog entry headline thats quite long
0 commit comments