updating mobile footer

This commit is contained in:
tarafanlin 2020-08-14 09:30:10 -07:00
parent 67422307a8
commit cce1988e3a
2 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@ const STYLES_CONTAINER = css`
background-color: ${Constants.system.black};
@media (max-width: ${Constants.sizes.mobile}px) {
flex-shrink: 0;
display: block;
justify-content: left;
height: 100%;
height: 512px;
}
`;

View File

@ -12,7 +12,7 @@ const STYLES_CONTAINER = css`
justify-content: center;
padding: 16px 24px;
postion: fixed;
top: 0;
top: 0px;
@media (max-width: ${Constants.sizes.mobile}px) {
display: block;
@ -35,7 +35,7 @@ const STYLES_LINK = css`
const STYLES_LEFT = css`
flex-shrink: 0;
padding: 0px 8px 0px 8px;
padding: 12px 0 12px 0;
`;
const STYLES_RIGHT = css`