Skip to content

Commit de3f346

Browse files
committed
Apply unresponsive styling for Title
1 parent d5eecd6 commit de3f346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/Title.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { title } = Astro.props;
77
data-stuck-small
88
class="sticky -top-1 z-30 h-0 opacity-0 transtion-duration-300 transition-opacity"
99
>
10-
<h5 class="absolute mt-5 text-sm ml-30">
10+
<h5 class="absolute mt-5 text-sm ml-80 lg:ml-30 w-70 lg:w-120 truncate lt-sm:hidden">
1111
{title}
1212
</h5>
1313
</div>

0 commit comments

Comments
 (0)