add typography

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-18 15:54:11 +06:00
parent 207eb8e7c2
commit 0f63a067e0
10 changed files with 59 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ const theme = ref("light");
</script>
<template>
<header class="p-3 mt-10 bg-[#a2d9ff] font-poppins">
<footer class="p-3 mt-10 bg-[#a2d9ff] font-poppins">
<div class="container px-4 mx-auto max-w-6xl flex justify-center">
<ul class="flex space-x-2 text-sm text-slate-800 items-end justify-start">
<li>Copyright &#169; 2022 - Present</li>
@@ -31,5 +31,5 @@ const theme = ref("light");
</li>
</ul>
</div>
</header>
</footer>
</template>