We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615db63 commit aacf27fCopy full SHA for aacf27f
src/components/widgets/Work.astro
@@ -45,7 +45,7 @@ const {
45
<div class={`pt-1 ${index !== items.length - 1 ? 'pb-8' : ''}`}>
46
{title && <p class="text-xl font-bold" set:html={title} />}
47
{subtitle && <p class="mb-2 text-lg italic" set:html={subtitle} />}
48
- {description && <p class="text-muted" set:html={description} />}
+ {description && <p class="lg:mr-[20rem]" set:html={description} />}
49
</div>
50
51
))
0 commit comments