10 lines
130 B
SCSS
10 lines
130 B
SCSS
|
.footer {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
line-height: 2.0rem;
|
||
|
margin-bottom:1.0rem;
|
||
|
a {
|
||
|
color: $link-color;
|
||
|
}
|
||
|
}
|