Skip to content

Commit

Permalink
ヘッダーをレスポンシブに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
ninnikuusagi committed Apr 29, 2024
1 parent bffa273 commit c6096a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/app._index/route.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.main-contents {
max-width: 600px;
min-width: 300px;
margin: 4px auto 0;
}

@media (max-width: 599px) {
Expand Down
1 change: 1 addition & 0 deletions app/routes/app/components/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

.header-contents-area {
margin-right: 0;
margin: 0 auto;
padding: 10px;
max-width: 600px;
min-width: 300px;
Expand Down

0 comments on commit c6096a7

Please sign in to comment.