2019-03-16 21:48:54 +00:00
|
|
|
// footer.scss
|
2017-11-04 12:10:46 +00:00
|
|
|
|
|
|
|
footer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2019-03-16 21:48:54 +00:00
|
|
|
background-color: var(--white);
|
|
|
|
color: var(--black);
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: var(--blue);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form:first-child {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-11-04 12:10:46 +00:00
|
|
|
}
|