diff --git a/assets/css/style.css b/assets/css/style.css index 10f769c..9647542 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -8,8 +8,8 @@ body { font-family: 'Open Sans', sans-serif; background-color: #f5f5f5; /* 背景色を薄いグレーに設定 */ color: #333; /* 文字色をダークグレーに設定 */ - margin: 50; - padding: 70; + margin: 50px; + padding: 70px; } /* コンテナ全体のスタイル */ @@ -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;