Skip to content

Commit

Permalink
💄 fix: フッターのデザインの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokecoco committed Sep 15, 2024
1 parent 202db2b commit 5827eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

// メインカラーとフォントの設定
$main-color: #3c3c6c;
$font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
$font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;

// ページ全体の背景色
body {
Expand Down Expand Up @@ -32,9 +33,8 @@ nav {
margin: 0 10px;
}


// フッターのスタイル
.footer {
#footer {
background-color: $main-color;
color: #ffffff;
text-align: center;
Expand Down

0 comments on commit 5827eae

Please sign in to comment.