Skip to content

Commit

Permalink
revert(style): quib page title
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Jan 8, 2025
1 parent 57dbdf0 commit d35e3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</button>
</div>
<!-- title -->
<h1 class="text-xl font-bold text-info">{quib.title}</h1>
<h1 class="text-xl font-bold text-info md:text-2xl">{quib.title}</h1>
<!-- content or cover -->
{#if is_valid(quib.content)}
<p class="text-sm font-normal">
Expand Down

0 comments on commit d35e3b5

Please sign in to comment.