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 6260107 commit 312a567
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 @@ -14,7 +14,7 @@
/* サムネイル画像のスタイル */
.thumbnail {
width: 100%; /* 親要素の幅に合わせる */
max-width: 180px; /* 最大幅を300pxに設定(必要に応じて調整) */
max-width: 180px !important; /* 最大幅を180pxに設定(必要に応じて調整) */
height: auto; /* アスペクト比を維持して高さを自動設定 */
display: block;
margin: 10px auto; /* 上下に10pxのマージンを設定し、中央揃え */
Expand Down

0 comments on commit 312a567

Please sign in to comment.