Skip to content

Commit

Permalink
Tweak (#21)
Browse files Browse the repository at this point in the history
* tweaked compression

* removed nuxt image

* tweak
  • Loading branch information
angusgoody authored Jan 4, 2024
1 parent 8f4690d commit 7e10eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/project/ProjectCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<!-- Top row -->
<div class="flex flex-row justify-between">
<div>
<h3
<p
class="text-xl text-evening-sea-900 dark:text-cullen-50 font-semibold tracking-tight"
>
{{ project.title }}
</h3>
</p>
</div>
<div>
<p class="text-lunar-800/80 dark:text-vanHelsing-100">
Expand Down
2 changes: 1 addition & 1 deletion pages/projects/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<ul

class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-y-10 sm:gap-3 "
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-10 sm:gap-7 "
>

<li v-if="projects.length > 0" v-for="project in projects" class="w-full">
Expand Down

0 comments on commit 7e10eec

Please sign in to comment.