Skip to content

Commit

Permalink
Update Project.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Nov 17, 2024
1 parent 744aea0 commit af5abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Project.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class="bg-cover rounded-md h-32 w-32 flex-shrink-0 mr-4 transition-all"
/>
{/if}
<div class="flex flex-col w-full {project.image ? 'items-start' : 'sm:items-start items-center'}">
<div class="flex flex-col w-full items-start">
<h2 class="font-bold text-white text-3xl">{project.title}</h2>
<p class="text-white font-semibold {project.image ? 'text-sm lg:text-base' : 'text-xl'}">{project.description}</p>
{#if project.lang}
Expand Down

0 comments on commit af5abff

Please sign in to comment.