mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: enhance typography with new font sources, update footer layout, and improve navigation structure
This commit is contained in:
parent
7c7601a38b
commit
d773473eb0
13 changed files with 172 additions and 31 deletions
|
@ -1,9 +1,12 @@
|
|||
<template>
|
||||
<div
|
||||
class="flex flex-row justify-center align-center text-center absolute inset-x-0"
|
||||
class="flex flex-col justify-center align-center text-center absolute inset-x-0"
|
||||
>
|
||||
<span class="text-xs m-4"
|
||||
>{{ new Date().getFullYear() }} © 吳元皓</span
|
||||
<span class="text-sm m-4 mb-0 text-center align-center justify-center"
|
||||
>{{ new Date().getFullYear() }} © yh</span
|
||||
>
|
||||
<span class="text-xs mt-0 m-2 text-center align-center justify-center">
|
||||
Inspired by Ground.News
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue