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