Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Change note
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-szk committed Sep 5, 2024
1 parent 0e8c551 commit b87d6b2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,19 @@ const titleAnimation = css`
`;

const imageStyle = css`
height: calc(100svh - 15rem);
display: flex;
align-items: center;
justify-content: center;
img {
height: calc(100svh - 15rem);
max-height: calc(820px - 15rem);
}
`;

const noteStyle = css`
font-size: 0.75rem;
font-size: 0.8rem;
margin-top: 1rem;
text-align: center;
`;
Expand Down Expand Up @@ -147,7 +149,12 @@ export const Home = () => {
<img src="/public/images/cocktail-glass.svg" alt="カクテルグラス" />
</a>
</div>
<p class={noteStyle}>グラスをクγƒͺγƒƒγ‚―γ™γ‚‹γ¨ιŸ³γŒι³΄γ‚ŠγΎγ™</p>
<div class={noteStyle}>
<p>グラスをクγƒͺγƒƒγ‚―γ§γ―γ˜γ‚γ‚‹</p>
<p>
<small>β€»ιŸ³γŒι³΄γ‚ŠγΎγ™</small>
</p>
</div>
</section>
</WithHTML>
);
Expand Down

0 comments on commit b87d6b2

Please sign in to comment.