This commit is contained in:
kakkokari-gtyih 2023-12-02 14:46:00 +09:00
parent 57726bbaf9
commit 5c441ec24a
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@
body {
min-height: 100vh;
-webkit-tap-highlight-color: transparent;
}
@tailwind base;

View File

@ -1,8 +1,9 @@
<template>
<div>
<div class="mx-auto container max-w-screen-md relative px-6 py-5">
<GNuxtLink :to="localePath('/blog/', originalLocale)" class="absolute top-2.5 left-6 p-2.5 opacity-40">
<GNuxtLink :to="localePath('/blog/', originalLocale)" class="absolute top-2.5 left-6 p-2.5 opacity-40 hover:opacity-100 hover:-translate-x-2.5 group transition-[opacity,transform] flex items-center">
<LeftIco class="mr-2 stroke-1 stroke-current" />
<div class="font-bold opacity-0 group-hover:opacity-100 transition-opacity">{{ $t('_blog.back') }}</div>
</GNuxtLink>
<p class="text-center mb-4">{{ $t('_blog.title') }}</p>
<h1 class="text-center font-bold text-2xl lg:text-3xl mb-4">{{ data?.title }}</h1>