#23 タグ一覧のスマホでの表示位置調整

This commit is contained in:
2025-07-24 04:07:51 +09:00
parent e3aeed7f40
commit 2e2a45d0a3
4 changed files with 47 additions and 38 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default ({ status }: Props) => {
<meta name="robots" content="noindex" />
<title>{title} | {SITE_TITLE}</title>
</Helmet>
<div className="text-2xl sm:text-4xl md:text-6xl font-bold text-transparent
<div className="text-6xl font-bold text-transparent
bg-[linear-gradient(90deg,#ff0000,#ff8800,#ffff00,#00ff00,#00ffff,#0000ff,#ff00ff,#ff0000)]
bg-clip-text bg-[length:200%_100%] animate-rainbow-scroll drop-shadow-[0_0_6px_black]
space-y-2 sm:space-y-4 md:space-y-6 text-center flex flex-col justify-center items-center"