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

モバイルデバイス等の画面幅が狭い環境では1カラム構成になるようにする #52

Open
oageo opened this issue Apr 13, 2024 · 0 comments
Assignees

Comments

@oageo
Copy link
Contributor

oageo commented Apr 13, 2024

現状においてはどのような場合においても左側に本文、右側にメニューが存在する。これはパソコンやタブレットから閲覧する際には有用なデザインである2カラム構成である一方、スマートフォン等から閲覧する際には必ずしも利便性が高いものであるとは言えない。そのため、一定以下の画面幅の場合(CSSでは@media (max-width: ほにゃらら)などをして)、

  • ハンバーガーメニューのようにする
  • 下へと移動させる

などをし、1カラム構成にしたい。

@Yayoi2078 Yayoi2078 self-assigned this Apr 16, 2024
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

No branches or pull requests

2 participants