Skip to content

Commit

Permalink
Break projects only after second element
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Aug 17, 2024
1 parent 897b2a5 commit a7c658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/d0rich.me/components/resume/ProjectsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineProps<{
<li
v-for="project in projects"
:key="project.url"
class="break-inside-avoid"
class="break-inside-avoid first:break-after-avoid"
>
<NuxtLink
class="resume-projects-card__place"
Expand Down

0 comments on commit a7c658a

Please sign in to comment.