Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

フッタ作成 #35

Merged
merged 11 commits into from
Jan 3, 2025
Merged

フッタ作成 #35

merged 11 commits into from
Jan 3, 2025

Conversation

tsuyuni
Copy link
Contributor

@tsuyuni tsuyuni commented Dec 31, 2024

担当者:梅雨(@tsuyuni )です

共通コンポーネントとして使用されるフッタの実装になります。

  • tailwind の config の変更も含みます。
    → 不要であった場合は言っていただければこちらで修正します。

  • Max-Width の指定が特になかったため、一旦 1024px としてあります。

  • Noto Sans JP が適用されていません。担当範囲外だと思ったのでそのままにしてあります。

iPhone SE

localhost_3000_(iPhone SE) (1)

iPad mini

localhost_3000_(iPad Mini)

PC 1280 × 800

localhost_3000_

@tsuyuni tsuyuni linked an issue Dec 31, 2024 that may be closed by this pull request
Copy link
Collaborator

@masayaO masayaO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

定数指定含めありがとうございます!!何点かコメントしました!

const Footer = () => {
return (
<footer className="text-white text-sm">
<div className="px-10 py-16 flex flex-col gap-x-16 gap-y-10 max-w-5xl mx-auto md:flex-row md:p-16 lg:gap-x-24">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] max-w-5xlですが、ここはwidth: 100%だと不都合あります?

max-widthで固定すると画像のように白い背景が見えてしまうため確認です。
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらは、画面幅が1280px 以上の端末でフッタの中身が左に寄ってしまうことを回避するために設けています。

max-width なし

Screenshot 2025-01-03 at 18 31 08

max-width あり

Screenshot 2025-01-03 at 18 31 20

白い背景が見えてしまうのはまた別の問題であり、こちらのテキストの横幅が絶対値 w-96(= 384px)で指定されているためだと思います。

Screenshot 2025-01-03 at 18 40 26

Comment on lines 14 to 19
<ul className="flex flex-col gap-2.5 lg:w-72">
<li>ミッション</li>
<li>プロポーザル募集</li>
<li>スポンサー一覧</li>
<li>スタッフ</li>
</ul>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここですが、下記と同様の理由でスクロールリンクはつけなくて良です!「スポンサー一覧」のみ残しておいてください。ページができたらリンクを設定します

#36 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちら対応しました。

Copy link
Collaborator

@masayaO masayaO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tsuyuni tsuyuni merged commit 401a0a4 into develop Jan 3, 2025
1 check passed
@tsuyuni tsuyuni deleted the tsuyuni/20250101 branch January 3, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

共通コンポーネントのフッター の作成
2 participants