Skip to content

Commit

Permalink
for smartphone
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Nov 12, 2024
1 parent 6ace108 commit e74aaa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,9 @@ html[data-bs-theme="dark"] .text-gray-dependent {
display: block; /* 行間の隙間を防ぐため */
margin: 0 auto; /* 中央揃えにする場合 */
}

@media (max-width: 480px) {
.responsive-img {
max-width: 400px; /* 画像の最大幅を設定 */
}
}

0 comments on commit e74aaa2

Please sign in to comment.