/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .footer { background: #20232a; border: none; color: #202020; font-size: 15px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; line-height: 24px; padding-bottom: 2em; padding-top: 2em; position: relative; } @media only screen and (min-width: 1024px) { .footer { flex-shrink: 0; } } .footerRow { display: flex; justify-content: space-between; margin: 0 auto 3em; max-width: 1080px; } @media only screen and (max-width: 735px) { .footerRow { display: flex; flex-direction: column; margin: 0 2em 3em; width: calc(100% - 4em); } .footerRow > div { margin-bottom: 18px; } } .footerColumn { flex: 1; } .footerColumnTitle { color: #fff; } .footerList { list-style: none; padding-left: 0; } .footerListItem { margin: 0.5rem 0; } .footerLink, .footerLink:visited { color: rgba(255, 255, 255, 0.6); text-decoration: none; } .footerLink:hover, .footerLink:focus { color: #fff; } .copyright { color: rgba(255, 255, 255, 0.4); text-align: center; }