Skip to content

Commit

Permalink
projects: outline to border
Browse files Browse the repository at this point in the history
  • Loading branch information
vdawg-git committed Feb 11, 2024
1 parent d5436e6 commit e3b22ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const projects = await GET().then((response) => response.json())
projects.map((project) => (
<li
data-project
class="relative flex flex-col gap-5 rounded-2xl bg-black p-12 px-8 outline outline-1 outline-slate-700 transition-all duration-500 hover:outline-cyan-500"
class="relative flex flex-col gap-5 rounded-2xl border border-slate-700 bg-black p-12 px-8 transition-all hover:border-cyan-500"
>
<div class="flex flex-col gap-3">
<a
Expand Down

0 comments on commit e3b22ef

Please sign in to comment.