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 dfd094a commit e24c032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ body {
font-family: 'Open Sans', sans-serif;
background-color: #f5f5f5; /* 背景色を薄いグレーに設定 */
color: #333; /* 文字色をダークグレーに設定 */
margin: 50;
padding: 70;
margin: 50px;
padding: 70px;
}

/* コンテナ全体のスタイル */
Expand All @@ -26,7 +26,7 @@ body {
.site-header {
background-color: #ffffff;
border-bottom: 1px solid #eaeaea;
/* padding: 20px 80px; */ /* 左右に80pxのパディングを追加 */
padding: 20px 80px; /* 左右に80pxのパディングを追加 */
display: flex;
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit e24c032

Please sign in to comment.