Skip to content

Commit

Permalink
画像小さく
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Feb 7, 2024
1 parent 5abaf35 commit b861d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/assets/home/playing.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NanohaNoteLogo from '../components/Logo.astro'
import { Image } from 'astro:assets'
//import Image from '../components/Image.astro'
import nanohaNotePlayingImage from '../assets/home/nanohanote-playing.webp'
import nanohaNotePlayingImage from '../assets/home/playing.webp'
import ankiImage from '../assets/home/anki-image.svg'
import mujintoStudy from '../assets/home/munjinto-study.svg'
import noPaperImage from '../assets/home/no-paper.svg'
Expand All @@ -24,7 +24,7 @@ export const prerender = true
<div class="text-base">「じぶん」で作る学習用ノートブック</div>
</div>
<div>
<Image src={nanohaNotePlayingImage} class="object-cover m-5 w-full h-full" alt="playing image" width="300" height="300" />
<Image src={nanohaNotePlayingImage} class="object-cover m-5 w-full h-full" alt="playing image" width="600" height="450" />
</div>
</div>

Expand Down

0 comments on commit b861d1b

Please sign in to comment.