16 lines
266 B
Text
16 lines
266 B
Text
.footer {
|
|
flex: 0 0 auto;
|
|
text-align: center;
|
|
font-size: .9em;
|
|
line-height: 1.5em;
|
|
padding: 1em 0;
|
|
|
|
&__link {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|