Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-bow authored Sep 24, 2024
1 parent 9f41972 commit 73d356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/* サムネイル画像のスタイル */
.thumbnail {
width: 100%; /* 親要素の幅に合わせる */
max-width: 300px; /* サムネイルの最大幅を300pxに設定 */
max-width: 512px; /* サムネイルの最大幅を512pxに設定 */
height: auto; /* アスペクト比を維持して高さを自動設定 */
display: block; /* ブロック要素として扱い、他の要素と独立させる */
margin: 10px auto; /* 上下に10pxのマージンを設定し、中央揃え */
Expand Down

0 comments on commit 73d356d

Please sign in to comment.