-
Notifications
You must be signed in to change notification settings - Fork 0
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
フッタ作成 #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
定数指定含めありがとうございます!!何点かコメントしました!
src/components/ui/footer.tsx
Outdated
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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/components/ui/footer.tsx
Outdated
<ul className="flex flex-col gap-2.5 lg:w-72"> | ||
<li>ミッション</li> | ||
<li>プロポーザル募集</li> | ||
<li>スポンサー一覧</li> | ||
<li>スタッフ</li> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここですが、下記と同様の理由でスクロールリンクはつけなくて良です!「スポンサー一覧」のみ残しておいてください。ページができたらリンクを設定します
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちら対応しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
担当者:梅雨(@tsuyuni )です
共通コンポーネントとして使用されるフッタの実装になります。
tailwind の config の変更も含みます。
→ 不要であった場合は言っていただければこちらで修正します。
Max-Width の指定が特になかったため、一旦 1024px としてあります。
Noto Sans JP が適用されていません。担当範囲外だと思ったのでそのままにしてあります。
iPhone SE
iPad mini
PC 1280 × 800