Skip to content

Commit fea35a3

Browse files
committed
Fix package updated column alignment issue on mobile
1 parent 4d49cfc commit fea35a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/[...package].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ defineOgImageComponent('Package', {
463463
</div>
464464

465465
<div v-if="pkg.time?.modified" class="space-y-1">
466-
<dt class="text-xs text-fg-subtle uppercase tracking-wider text-right">Updated</dt>
467-
<dd class="font-mono text-sm text-fg text-right">
466+
<dt class="text-xs text-fg-subtle uppercase tracking-wider sm:text-right">Updated</dt>
467+
<dd class="font-mono text-sm text-fg sm:text-right">
468468
<NuxtTime :datetime="pkg.time.modified" date-style="medium" />
469469
</dd>
470470
</div>

0 commit comments

Comments
 (0)