mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Unify text styling
This commit is contained in:
parent
f6e39617f1
commit
a25c11474f
@ -8,10 +8,10 @@ export default function Identifier() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p className="text-center mb-5 text-2xl">{t("links")}</p>
|
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("links")}</h2>
|
||||||
<Links />
|
<Links />
|
||||||
|
|
||||||
<p className="text-center mt-10 mb-5 text-2xl">{t("public_keys")}</p>
|
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1 mt-10">{t("public_keys")}</h2>
|
||||||
<Keys />
|
<Keys />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
@ -22,7 +22,7 @@ export default function Profile() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="rounded-lg w-full">
|
<div className="rounded-lg w-full">
|
||||||
<h2 className="text-xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("affiliation")}</h2>
|
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("affiliation")}</h2>
|
||||||
|
|
||||||
<ol className="relative border-s border-gray-700 left-2">
|
<ol className="relative border-s border-gray-700 left-2">
|
||||||
<li className="mb-2 ms-4">
|
<li className="mb-2 ms-4">
|
||||||
@ -65,7 +65,7 @@ export default function Profile() {
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 className="text-xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("basic_info")}</h2>
|
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("basic_info")}</h2>
|
||||||
|
|
||||||
<ul className="space-y-1 list-inside mt-2 ml-5">
|
<ul className="space-y-1 list-inside mt-2 ml-5">
|
||||||
<li className="items-center">
|
<li className="items-center">
|
||||||
@ -77,7 +77,7 @@ export default function Profile() {
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 className="text-xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("licenses")}</h2>
|
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("licenses")}</h2>
|
||||||
<ul className="max-w-md space-y-1 ml-5 list-disc list-inside dark:text-gray-400">
|
<ul className="max-w-md space-y-1 ml-5 list-disc list-inside dark:text-gray-400">
|
||||||
<li>
|
<li>
|
||||||
プロジェクトセカイ カラフルステージ! feat. 初音ミク フルコンボ楽曲 (MASTER) 300 曲 ({t("year/month", { year: 2024, month: localizedMonth(4) })})
|
プロジェクトセカイ カラフルステージ! feat. 初音ミク フルコンボ楽曲 (MASTER) 300 曲 ({t("year/month", { year: 2024, month: localizedMonth(4) })})
|
||||||
|
Loading…
Reference in New Issue
Block a user