15 lines
175 B
CSS
15 lines
175 B
CSS
footer {
|
|
background: white;
|
|
padding: $medium 0;
|
|
|
|
p {
|
|
color: $grey;
|
|
font-family: $roboto;
|
|
font-size: 12px;
|
|
opacity: .5;
|
|
}
|
|
a {
|
|
color: $grey;
|
|
}
|
|
}
|