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 25, 2024
1 parent f4eb7d5 commit 2e4dbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ body {

/* コンテナ全体のスタイル */
.container {
max-width: 1200px;
max-width: 1100px; /* 最大幅を1200pxから1100pxに減少 */
margin: 0 auto;
padding: 20px 60px; /* 左右に60pxのパディングを追加 */
padding: 20px 80px; /* 左右に80pxのパディングを追加 */
background-color: #ffffff; /* 背景色を白に設定 */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽いシャドウを追加 */
border-radius: 8px; /* 角を少し丸くする */
Expand Down

0 comments on commit 2e4dbb8

Please sign in to comment.