Skip to content

Commit

Permalink
chore: fix heading responsive on package page
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 22, 2024
1 parent b83203e commit b961e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/pages/package/components/heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defineProps<{

<template>
<div class="flex flex-col text-left">
<div class="flex items-start gap-9">
<div class="flex flex-col items-start" md="flex-row gap-9">
<PackageLogo class="flex-shrink-0" size="16" :package="package" />
<div class="flex flex-col">
<h1 class="relative top-2 mt-1 text-5xl font-bold">{{ package.name }}</h1>
Expand Down

0 comments on commit b961e6c

Please sign in to comment.