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

@@ -8,8 +8,10 @@ useTitle("Home", "Personal website!");
<template>
<main class="flex flex-col items-center justify-around gap-8">
<h1>Welcome!</h1>
<p>What are you here to see?</p>
<div class="flex flex-col items-center">
<h1 class="text-bitter font-bold">Welcome!</h1>
<p>What are you here to see?</p>
</div>
<div
class="flex justify-around items-stretch w-full flex-wrap gap-x-8 gap-y-10"
>