Skip to content

Commit

Permalink
Change projects list back to flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
creeperkatze committed Oct 27, 2024
1 parent 1b0a92a commit 6428185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Projects.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="grid grid-cols-2 justify-center gap-4 justify-items-center mx-auto max-w-[900px]">
<div class="flex flex-wrap flex-row gap-4 max-w-[920px] mx-auto">
<NuxtLink to="/projects/superslide" class="no-underline">
<div class="rounded-lg bg-black transition ease-in-out hover:-translate-y-2 max-w-[450px] h-[400px]">
<NuxtImg src="/images/superslide/SplashBackgroundGameTitle.png" format="webp" width="450" class="rounded-t-lg object-cover w-full" alt="Superslide" />
Expand Down

0 comments on commit 6428185

Please sign in to comment.