13 lines
199 B
Text
13 lines
199 B
Text
.footer {
|
|
text-align: center;
|
|
padding: 1em;
|
|
|
|
&__link {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|