Skip to content

Commit 13f1587

Browse files
committed
refactor: 不要な変数を消去
1 parent a6d4f0f commit 13f1587

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_sass/includes/footer.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
$footer-bg: #fff;
2-
$footer-link: #333;
31
$footer-link-hover: #7cc224;
4-
$footer-icon-size: 2.2rem;
52

63
.site-footer {
7-
background: $footer-bg;
4+
background: #fff;
85
text-align: center;
96
padding: 40px 0 24px;
107

@@ -22,7 +19,7 @@ $footer-icon-size: 2.2rem;
2219
a {
2320
display: inline-block;
2421
margin: 0 14px;
25-
font-size: $footer-icon-size;
22+
font-size: 2.2rem;
2623
color: #000;
2724
width: 48px;
2825
height: 48px;

0 commit comments

Comments
 (0)