feat: typography attempt 1

This commit is contained in:
eggy
2023-02-25 12:33:30 -05:00
parent b1a24cef2f
commit 0b6b798db4
7 changed files with 103 additions and 70 deletions

View File

@@ -17,7 +17,7 @@ const imgUrl = props.project.img
<div class="card-text h-full px-4 py-2">
<div class="h-full flex flex-col justify-between">
<div>
<h3 class="m-0">{{ project.name }}</h3>
<h3 class="m-0 font-bold font-sans">{{ project.name }}</h3>
<div class="flex gap-1 items-center flex-nowrap">
<img
class="h-5 w-5 m-0"