Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 4ef6895

Browse files
style: remove work preview header centering
1 parent 741f904 commit 4ef6895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/work/WorkPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
v-bind="bindUrl"
3232
target="_blank"
3333
rel="noopener"
34-
class="block text-rains no-underline text-center mx-6 mt-4 hover:underline transition-all"
34+
class="block text-rains no-underline mx-6 md:px-6 mt-4 hover:underline transition-all"
3535
@click="logClick('heading')"
3636
><h2 v-t="`work.projects.${slug}.title`" class="text-2xl font-bold" /></a>
3737
<!-- eslint-disable-next-line vue/no-v-html -->

0 commit comments

Comments
 (0)