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 d5eecd6 commit de3f346Copy full SHA for de3f346
src/components/app/Title.astro
@@ -7,7 +7,7 @@ const { title } = Astro.props;
7
data-stuck-small
8
class="sticky -top-1 z-30 h-0 opacity-0 transtion-duration-300 transition-opacity"
9
>
10
- <h5 class="absolute mt-5 text-sm ml-30">
+ <h5 class="absolute mt-5 text-sm ml-80 lg:ml-30 w-70 lg:w-120 truncate lt-sm:hidden">
11
{title}
12
</h5>
13
</div>
0 commit comments