Move footer to only landing page
Reviewed By: danielbuechele Differential Revision: D6968277 fbshipit-source-id: ec01d6e0de6a76ab9235378a1c1a29dcf7903ae3
This commit is contained in:
committed by
Facebook Github Bot
parent
af45863f8e
commit
c3de8016c0
@@ -132,3 +132,21 @@
|
||||
font-weight: 600;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
padding: 20px 15px;
|
||||
padding-left: 87px;
|
||||
z-index: 4;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
footer a {
|
||||
margin: 0 15px;
|
||||
color: #606770;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
color: #8FD0C6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user