Skip to content

Commit d35e3b5

Browse files
committed
revert(style): quib page title
1 parent 57dbdf0 commit d35e3b5

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/routes/(app)/q/[name]/quibs/[id]/[slug]

1 file changed

+1
-1
lines changed

frontend/src/routes/(app)/q/[name]/quibs/[id]/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</button>
103103
</div>
104104
<!-- title -->
105-
<h1 class="text-xl font-bold text-info">{quib.title}</h1>
105+
<h1 class="text-xl font-bold text-info md:text-2xl">{quib.title}</h1>
106106
<!-- content or cover -->
107107
{#if is_valid(quib.content)}
108108
<p class="text-sm font-normal">

0 commit comments

Comments
 (0)